Skip to main content

Show Stats Reference

This reference is better understood if you know the basics of how to operate the PCLI. If you have not used the PCLI before, it is beneficial to first read the basics about the PCLI and the basics of the configuration management.

The show stats command, and its myriad of subcommands, retrieve statistical data from various functions within the 128T router and return them to the user. Used for troubleshooting, debugging configuration, or just to monitor the health and well-being of the 128T router, these show commands provide a wealth of information and insight to users of the software.

The show stats command provides the ability to set a "zero point" for displaying statistical output using the since command. The since command takes either a timestamp as its argument (in ISO 8601 format), or the keyword launch, which shows statistics accumulated since the 128T routing software was launched. For more information on the zero point, refer to the section of this guide on set context stats.

Generally speaking, the statistical data available via the 128T router's PCLI is organized into a tree-like hierarchy, with each subcommand potentially having its own series of subcommands. By omitting the (optional) subcommands, the 128T router will summarize all data from all possible subcommands and present it in a summary table; while this is very convenient to show a lot of potential data at a glance, it does incur additional processing overhead, and the retrieval of statistics may take an inordinately long time.

Each of the various show stats subcommands will be described in sections that follow.

show stats#

The parent container for all metrics and metric groups

Usage#

show stats [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
access-policyStats pertaining to access-policy table management
active-sourcesActive sources over the last 30 minutes
aggregate-sessionAggregate statistics derived across vectored sessions
app-idStats pertaining to application identification
application-frameworkApplication Framework statistics for managed applications
arpStats pertaining to ARP management packets
auditMetrics tracking various aspects of the auditing system
bfdStats pertaining to BFD
configMetrics pertaining to the get-config RPC
confluxMetrics tracking Conflux operation
cpuCPU utilization information
databaseMetrics tracking database utilization
device-interfaceStats pertaining to interface management
diskDisk usage information
dpiStats pertaining to the DPI engine
dynamic-peer-updateStats pertaining to dynamic peer update processes
external-protocolsStats pertaining to external protocols
highwayStats pertaining to the highway manager
icmpStats pertaining to ICMP packets
interfaceStats pertaining to Ethernet Interface
ipfixStats pertaining to IPFIX export
memoryMemory usage information
metricsMeasurements reflecting metrics library performance by client process
mtu-discoveryStats pertaining to MTU discovery.
network-interfaceStats pertaining to Network Interface
packet-captureStats pertaining to captured packets
packet-processingStats pertaining to packet processing
path-treeMetrics tracking PathTree server and client behavior
performance-monitoringStats pertaining to 128T peer path performance monitoring
processMetrics about 128T processes
redis-server-managerStats pertaining to the Redis Server Manager
redundancyStats pertaining to the highway manager redundancy
registered-servicesStats pertaining to Registered Services
routingStats pertaining to routing
routing-agentStats pertaining to the routing agent
service-areaStats pertaining to the Service Area
sessionStatistics for 'session'
source-natStats pertaining to source-nat port allocation in highway manager
source-tenantStats pertaining to source-tenant table management
sscMetrics pertaining to the SSC
traffic-engStats pertaining to packets enqueued for traffic engineering
traffic-exportStats pertaining to exported traffic events
waypointStats pertaining to waypoint allocation in highway manager
worker-coreStats pertaining to the worker core

show stats access-policy#

Stats pertaining to access-policy table management

Usage#

show stats access-policy [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
meterThe number of entries in the Access Policy table

show stats access-policy meter#

The number of entries in the Access Policy table

Usage#

show stats access-policy meter [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats active-sources#

Active sources over the last 30 minutes

Usage#

show stats active-sources [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session#

Aggregate statistics derived across vectored sessions

Usage#

show stats aggregate-session [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
by-device-interfaceStatistics aggregated by device interface
by-network-interfaceStatistics aggregated by network interface
by-nodeStatistics aggregated per node
by-serviceStatistics aggregated by service
by-service-classStatistics aggregated by service class
by-service-groupStatistics aggregated by service group
by-service-routeStatistics aggregated by service route
by-tenantStatistics aggregated by quetenant

show stats aggregate-session by-device-interface#

Statistics aggregated by device interface

Usage#

show stats aggregate-session by-device-interface [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
bandwidthTotal bandwidth of active sessions (bytes per second)
bandwidth-other-protocolTotal bandwidth for other protocols (bytes per second)
bandwidth-receivedTotal received bandwidth (bytes per second)
bandwidth-received-forwardTotal received bandwidth in the forward direction (bytes per second)
bandwidth-received-other-protocolTotal bandwidth received for other protocols (bytes per second)
bandwidth-received-other-protocol-forwardTotal bandwidth received in the forward direction for other protocols (bytes per second)
bandwidth-received-other-protocol-reverseTotal bandwidth received in the reverse direction for other protocols (bytes per second)
bandwidth-received-reverseTotal received bandwidth in the reverse direction (bytes per second)
bandwidth-received-tcpTotal TCP bandwidth received (bytes per second)
bandwidth-received-tcp-forwardTotal TCP bandwidth received in the forward direction (bytes per second)
bandwidth-received-tcp-reverseTotal TCP bandwidth received in the reverse direction (bytes per second)
bandwidth-received-udpTotal UDP bandwidth received (bytes per second)
bandwidth-received-udp-forwardTotal UDP bandwidth received in the forward direction (bytes per second)
bandwidth-received-udp-reverseTotal UDP bandwidth received in the reverse direction (bytes per second)
bandwidth-tcpTotal TCP bandwidth (bytes per second)
bandwidth-transmittedTotal sent bandwidth (bytes per second)
bandwidth-transmitted-forwardTotal sent bandwidth in the forward direction (bytes per second)
bandwidth-transmitted-other-protocolTotal bandwidth sent for other protocols (bytes per second)
bandwidth-transmitted-other-protocol-forwardTotal bandwidth sent in the forward direction for other protocols (bytes per second)
bandwidth-transmitted-other-protocol-reverseTotal bandwidth sent in the reverse direction for other protocols (bytes per second)
bandwidth-transmitted-reverseTotal sent bandwidth in the reverse direction (bytes per second)
bandwidth-transmitted-tcpTotal TCP bandwidth sent (bytes per second)
bandwidth-transmitted-tcp-forwardTotal TCP bandwidth sent in the forward direction (bytes per second)
bandwidth-transmitted-tcp-reverseTotal TCP bandwidth sent in the reverse direction (bytes per second)
bandwidth-transmitted-udpTotal UDP bandwidth sent (bytes per second)
bandwidth-transmitted-udp-forwardTotal UDP bandwidth sent in the forward direction (bytes per second)
bandwidth-transmitted-udp-reverseTotal UDP bandwidth sent in the reverse direction (bytes per second)
bandwidth-udpTotal UDP bandwidth (bytes per second)
bytesTotal bytes
bytes-dropped-forwardTotal bytes dropped in error for active sessions in the forward direction
bytes-dropped-other-protocol-forwardTotal bytes dropped for active sessions using other protocols in the forward direction
bytes-dropped-other-protocol-reverseTotal bytes dropped for active sessions using other protocols in the reverse direction
bytes-dropped-reverseTotal bytes dropped in error for active sessions in the reverse direction
bytes-dropped-tcp-forwardTotal TCP bytes dropped in error for active sessions in the forward direction
bytes-dropped-tcp-reverseTotal TCP bytes dropped in error for active sessions in the reverse direction
bytes-dropped-udp-forwardTotal UDP bytes dropped in error for active sessions in the forward direction
bytes-dropped-udp-reverseTotal UDP bytes dropped in error for active sessions in the reverse direction
bytes-other-protocolTotal bytes for active sessions using other protocols
bytes-receivedTotal bytes received for active sessions
bytes-received-forwardTotal bytes received for active sessions in the forward direction
bytes-received-other-protocolTotal bytes received for active sessions using other protocols
bytes-received-other-protocol-forwardTotal bytes received for active sessions using other protocols in the forward direction
bytes-received-other-protocol-reverseTotal bytes received for active sessions using other protocols in the reverse direction
bytes-received-reverseTotal bytes received for active sessions in the reverse direction
bytes-received-tcpTotal TCP bytes received for active sessions
bytes-received-tcp-forwardTotal TCP bytes received for active sessions in the forward direction
bytes-received-tcp-reverseTotal TCP bytes received for active sessions in the reverse direction
bytes-received-udpTotal UDP bytes received for active sessions
bytes-received-udp-forwardTotal UDP bytes received for active sessions in the forward direction
bytes-received-udp-reverseTotal UDP bytes received for active sessions in the reverse direction
bytes-tcpTotal TCP bytes for active sessions
bytes-transmittedTotal bytes sent for active sessions
bytes-transmitted-forwardTotal bytes sent for active sessions in the forward direction
bytes-transmitted-other-protocolTotal bytes sent for active sessions using other protocols
bytes-transmitted-other-protocol-forwardTotal bytes sent for active sessions using other protocols in the forward direction
bytes-transmitted-other-protocol-reverseTotal bytes sent for active sessions using other protocols in the reverse direction
bytes-transmitted-reverseTotal bytes sent for active sessions in the reverse direction
bytes-transmitted-tcpTotal TCP bytes sent for active sessions
bytes-transmitted-tcp-forwardTotal TCP bytes sent for active sessions in the forward direction
bytes-transmitted-tcp-reverseTotal TCP bytes sent for active sessions in the reverse direction
bytes-transmitted-udpTotal UDP bytes sent for active sessions
bytes-transmitted-udp-forwardTotal UDP bytes sent for active sessions in the forward direction
bytes-transmitted-udp-reverseTotal UDP bytes sent for active sessions in the reverse direction
bytes-udpTotal UDP bytes for active sessions
packetsTotal packets (packets per second)
packets-dropped-forwardTotal packets dropped in error for active sessions in the forward direction (packets per second)
packets-dropped-other-protocol-forwardTotal packets dropped for active sessions using other protocols in the forward direction (packets per second)
packets-dropped-other-protocol-reverseTotal packets dropped for active sessions using other protocols in the reverse direction (packets per second)
packets-dropped-reverseTotal packets dropped in error for active sessions in the reverse direction (packets per second)
packets-dropped-tcp-forwardTotal TCP packets dropped in error for active sessions in the forward direction (packets per second)
packets-dropped-tcp-reverseTotal TCP packets dropped in error for active sessions in the reverse direction (packets per second)
packets-dropped-udp-forwardTotal UDP packets dropped in error for active sessions in the forward direction (packets per second)
packets-dropped-udp-reverseTotal UDP packets dropped in error for active sessions in the reverse direction (packets per second)
packets-other-protocolTotal packets for active sessions using other protocols (packets per second)
packets-receivedTotal packets received for active sessions (packets per second)
packets-received-forwardTotal packets received for active sessions in the forward direction (packets per second)
packets-received-other-protocolTotal packets received for active sessions using other protocols (packets per second)
packets-received-other-protocol-forwardTotal packets received for active sessions using other protocols in the forward direction (packets per second)
packets-received-other-protocol-reverseTotal packets received for active sessions using other protocols in reverse direction (packets per second)
packets-received-reverseTotal packets received for active sessions in the reverse direction (packets per second)
packets-received-tcpTotal TCP packets received for active sessions (packets per second)
packets-received-tcp-forwardTotal TCP packets received for active sessions in the forward direction (packets per second)
packets-received-tcp-reverseTotal TCP packets received for active sessions in the reverse direction (packets per second)
packets-received-udpTotal UDP packets received for active sessions (packets per second)
packets-received-udp-forwardTotal UDP packets received for active sessions in the forward direction (packets per second)
packets-received-udp-reverseTotal UDP packets received for active sessions in the reverse direction (packets per second)
packets-tcpTotal TCP packets for active sessions (packets per second)
packets-transmittedTotal packets sent for active sessions (packets per second)
packets-transmitted-forwardTotal packets sent for active sessions in the forward direction (packets per second)
packets-transmitted-other-protocolTotal packets sent for active sessions using other protocols (packets per second)
packets-transmitted-other-protocol-forwardTotal packets sent for active sessions using other protocols in the forward direction (packets per second)
packets-transmitted-other-protocol-reverseTotal packets sent for active sessions using other protocols in the reverse direction (packets per second)
packets-transmitted-reverseTotal packets sent for active sessions in the reverse direction (packets per second)
packets-transmitted-tcpTotal TCP packets sent for active sessions (packets per second)
packets-transmitted-tcp-forwardTotal TCP packets sent for active sessions in the forward direction (packets per second)
packets-transmitted-tcp-reverseTotal TCP packets sent for active sessions in the reverse direction (packets per second)
packets-transmitted-udpTotal UDP packets sent for active sessions (packets per second)
packets-transmitted-udp-forwardTotal UDP packets sent for active sessions in the forward direction (packets per second)
packets-transmitted-udp-reverseTotal UDP packets sent for active sessions in the reverse direction (packets per second)
packets-udpTotal UDP packets for active sessions (packets per second)
session-arrival-rateRate of arrival for new sessions per unit time (sessions per second)
session-countTotal number of active sessions
session-departure-rateRate of departure for terminated sessions per unit time (session departures per second)
tcp-bad-flag-combinationsTotal number of TCP bad flag combinations received for active sessions (packets per second)
tcp-bad-flag-combinations-forwardTotal number of TCP bad flag combinations received for active sessions in the forward direction (packets per second)
tcp-bad-flag-combinations-reverseTotal number of TCP bad flag combinations received for active sessions in the reverse direction (packets per second)
tcp-invalid-state-transitionsTotal TCP invalid state transitions received for active sessions (packets per second)
tcp-invalid-state-transitions-forwardTotal TCP invalid state transitions received for active sessions in the forward direction (packets per second)
tcp-invalid-state-transitions-reverseTotal TCP invalid state transitions received for active sessions in the reverse direction (packets per second)
tcp-out-of-orderTotal number of TCP data received for active sessions that was out of order (packets per second)
tcp-out-of-order-forwardTotal number of TCP data received for active sessions that was out of order in the forward direction (packets per second)
tcp-out-of-order-reverseTotal number of TCP data received for active sessions that was out of order in the reverse direction (packets per second)
tcp-out-of-windowTotal number of TCP data received for active sessions that was out of window (packets per second)
tcp-out-of-window-forwardTotal number of TCP data received for active sessions that was out of window in the forward direction (packets per second)
tcp-out-of-window-reverseTotal number of TCP data received for active sessions that was out of window in the reverse direction (packets per second)
tcp-resetsTotal TCP resets for active sessions (resets per second)
tcp-resets-receivedTotal TCP resets received for active sessions (resets per second)
tcp-resets-received-forwardTotal TCP resets received for active sessions in the forward direction (resets per second)
tcp-resets-received-reverseTotal TCP resets received for active sessions in the reverse direction (resets per second)
tcp-resets-transmittedTotal TCP resets sent for active sessions (resets per second)
tcp-resets-transmitted-forwardTotal number of TCP resets sent for active sessions in the forward direction (resets per second)
tcp-resets-transmitted-reverseTotal number of TCP resets sent for active sessions in the reverse direction (resets per second)
tcp-retransmissionsTotal TCP data retransmissions for active sessions (retransmissions per second)
tcp-retransmissions-receivedTotal number of TCP data retransmissions received for active sessions (retransmissions per second)
tcp-retransmissions-received-forwardTotal number of TCP data retransmissions received for active sessions in the forward direction (retransmissions per second)
tcp-retransmissions-received-reverseTotal number of TCP data retransmissions received for active sessions in the reverse direction (retransmissions per second)
tcp-retransmissions-transmittedTotal number of TCP data retransmissions sent for active sessions (retransmissions per second)
tcp-retransmissions-transmitted-forwardTotal number of TCP data retransmissions sent for active sessions in the forward direction (retransmissions per second)
tcp-retransmissions-transmitted-reverseTotal number of TCP data retransmissions sent for active sessions in the reverse direction (retransmissions per second)

show stats aggregate-session by-device-interface bandwidth#

Total bandwidth of active sessions (bytes per second)

Usage#

show stats aggregate-session by-device-interface bandwidth [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bandwidth-other-protocol#

Total bandwidth for other protocols (bytes per second)

Usage#

show stats aggregate-session by-device-interface bandwidth-other-protocol [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bandwidth-received#

Total received bandwidth (bytes per second)

Usage#

show stats aggregate-session by-device-interface bandwidth-received [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bandwidth-received-forward#

Total received bandwidth in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-device-interface bandwidth-received-forward [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bandwidth-received-other-protocol#

Total bandwidth received for other protocols (bytes per second)

Usage#

show stats aggregate-session by-device-interface bandwidth-received-other-protocol [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bandwidth-received-other-protocol-forward#

Total bandwidth received in the forward direction for other protocols (bytes per second)

Usage#

show stats aggregate-session by-device-interface bandwidth-received-other-protocol-forward [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bandwidth-received-other-protocol-reverse#

Total bandwidth received in the reverse direction for other protocols (bytes per second)

Usage#

show stats aggregate-session by-device-interface bandwidth-received-other-protocol-reverse [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bandwidth-received-reverse#

Total received bandwidth in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-device-interface bandwidth-received-reverse [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bandwidth-received-tcp#

Total TCP bandwidth received (bytes per second)

Usage#

show stats aggregate-session by-device-interface bandwidth-received-tcp [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bandwidth-received-tcp-forward#

Total TCP bandwidth received in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-device-interface bandwidth-received-tcp-forward [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bandwidth-received-tcp-reverse#

Total TCP bandwidth received in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-device-interface bandwidth-received-tcp-reverse [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bandwidth-received-udp#

Total UDP bandwidth received (bytes per second)

Usage#

show stats aggregate-session by-device-interface bandwidth-received-udp [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bandwidth-received-udp-forward#

Total UDP bandwidth received in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-device-interface bandwidth-received-udp-forward [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bandwidth-received-udp-reverse#

Total UDP bandwidth received in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-device-interface bandwidth-received-udp-reverse [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bandwidth-tcp#

Total TCP bandwidth (bytes per second)

Usage#

show stats aggregate-session by-device-interface bandwidth-tcp [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bandwidth-transmitted#

Total sent bandwidth (bytes per second)

Usage#

show stats aggregate-session by-device-interface bandwidth-transmitted [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bandwidth-transmitted-forward#

Total sent bandwidth in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-device-interface bandwidth-transmitted-forward [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bandwidth-transmitted-other-protocol#

Total bandwidth sent for other protocols (bytes per second)

Usage#

show stats aggregate-session by-device-interface bandwidth-transmitted-other-protocol [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bandwidth-transmitted-other-protocol-forward#

Total bandwidth sent in the forward direction for other protocols (bytes per second)

Usage#

show stats aggregate-session by-device-interface bandwidth-transmitted-other-protocol-forward [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bandwidth-transmitted-other-protocol-reverse#

Total bandwidth sent in the reverse direction for other protocols (bytes per second)

Usage#

show stats aggregate-session by-device-interface bandwidth-transmitted-other-protocol-reverse [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bandwidth-transmitted-reverse#

Total sent bandwidth in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-device-interface bandwidth-transmitted-reverse [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bandwidth-transmitted-tcp#

Total TCP bandwidth sent (bytes per second)

Usage#

show stats aggregate-session by-device-interface bandwidth-transmitted-tcp [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bandwidth-transmitted-tcp-forward#

Total TCP bandwidth sent in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-device-interface bandwidth-transmitted-tcp-forward [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bandwidth-transmitted-tcp-reverse#

Total TCP bandwidth sent in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-device-interface bandwidth-transmitted-tcp-reverse [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bandwidth-transmitted-udp#

Total UDP bandwidth sent (bytes per second)

Usage#

show stats aggregate-session by-device-interface bandwidth-transmitted-udp [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bandwidth-transmitted-udp-forward#

Total UDP bandwidth sent in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-device-interface bandwidth-transmitted-udp-forward [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bandwidth-transmitted-udp-reverse#

Total UDP bandwidth sent in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-device-interface bandwidth-transmitted-udp-reverse [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bandwidth-udp#

Total UDP bandwidth (bytes per second)

Usage#

show stats aggregate-session by-device-interface bandwidth-udp [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bytes#

Total bytes

Usage#

show stats aggregate-session by-device-interface bytes [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bytes-dropped-forward#

Total bytes dropped in error for active sessions in the forward direction

Usage#

show stats aggregate-session by-device-interface bytes-dropped-forward [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bytes-dropped-other-protocol-forward#

Total bytes dropped for active sessions using other protocols in the forward direction

Usage#

show stats aggregate-session by-device-interface bytes-dropped-other-protocol-forward [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bytes-dropped-other-protocol-reverse#

Total bytes dropped for active sessions using other protocols in the reverse direction

Usage#

show stats aggregate-session by-device-interface bytes-dropped-other-protocol-reverse [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bytes-dropped-reverse#

Total bytes dropped in error for active sessions in the reverse direction

Usage#

show stats aggregate-session by-device-interface bytes-dropped-reverse [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bytes-dropped-tcp-forward#

Total TCP bytes dropped in error for active sessions in the forward direction

Usage#

show stats aggregate-session by-device-interface bytes-dropped-tcp-forward [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bytes-dropped-tcp-reverse#

Total TCP bytes dropped in error for active sessions in the reverse direction

Usage#

show stats aggregate-session by-device-interface bytes-dropped-tcp-reverse [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bytes-dropped-udp-forward#

Total UDP bytes dropped in error for active sessions in the forward direction

Usage#

show stats aggregate-session by-device-interface bytes-dropped-udp-forward [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bytes-dropped-udp-reverse#

Total UDP bytes dropped in error for active sessions in the reverse direction

Usage#

show stats aggregate-session by-device-interface bytes-dropped-udp-reverse [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bytes-other-protocol#

Total bytes for active sessions using other protocols

Usage#

show stats aggregate-session by-device-interface bytes-other-protocol [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bytes-received#

Total bytes received for active sessions

Usage#

show stats aggregate-session by-device-interface bytes-received [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bytes-received-forward#

Total bytes received for active sessions in the forward direction

Usage#

show stats aggregate-session by-device-interface bytes-received-forward [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bytes-received-other-protocol#

Total bytes received for active sessions using other protocols

Usage#

show stats aggregate-session by-device-interface bytes-received-other-protocol [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bytes-received-other-protocol-forward#

Total bytes received for active sessions using other protocols in the forward direction

Usage#

show stats aggregate-session by-device-interface bytes-received-other-protocol-forward [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bytes-received-other-protocol-reverse#

Total bytes received for active sessions using other protocols in the reverse direction

Usage#

show stats aggregate-session by-device-interface bytes-received-other-protocol-reverse [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bytes-received-reverse#

Total bytes received for active sessions in the reverse direction

Usage#

show stats aggregate-session by-device-interface bytes-received-reverse [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bytes-received-tcp#

Total TCP bytes received for active sessions

Usage#

show stats aggregate-session by-device-interface bytes-received-tcp [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bytes-received-tcp-forward#

Total TCP bytes received for active sessions in the forward direction

Usage#

show stats aggregate-session by-device-interface bytes-received-tcp-forward [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bytes-received-tcp-reverse#

Total TCP bytes received for active sessions in the reverse direction

Usage#

show stats aggregate-session by-device-interface bytes-received-tcp-reverse [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bytes-received-udp#

Total UDP bytes received for active sessions

Usage#

show stats aggregate-session by-device-interface bytes-received-udp [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bytes-received-udp-forward#

Total UDP bytes received for active sessions in the forward direction

Usage#

show stats aggregate-session by-device-interface bytes-received-udp-forward [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bytes-received-udp-reverse#

Total UDP bytes received for active sessions in the reverse direction

Usage#

show stats aggregate-session by-device-interface bytes-received-udp-reverse [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bytes-tcp#

Total TCP bytes for active sessions

Usage#

show stats aggregate-session by-device-interface bytes-tcp [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bytes-transmitted#

Total bytes sent for active sessions

Usage#

show stats aggregate-session by-device-interface bytes-transmitted [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bytes-transmitted-forward#

Total bytes sent for active sessions in the forward direction

Usage#

show stats aggregate-session by-device-interface bytes-transmitted-forward [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bytes-transmitted-other-protocol#

Total bytes sent for active sessions using other protocols

Usage#

show stats aggregate-session by-device-interface bytes-transmitted-other-protocol [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bytes-transmitted-other-protocol-forward#

Total bytes sent for active sessions using other protocols in the forward direction

Usage#

show stats aggregate-session by-device-interface bytes-transmitted-other-protocol-forward [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bytes-transmitted-other-protocol-reverse#

Total bytes sent for active sessions using other protocols in the reverse direction

Usage#

show stats aggregate-session by-device-interface bytes-transmitted-other-protocol-reverse [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bytes-transmitted-reverse#

Total bytes sent for active sessions in the reverse direction

Usage#

show stats aggregate-session by-device-interface bytes-transmitted-reverse [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bytes-transmitted-tcp#

Total TCP bytes sent for active sessions

Usage#

show stats aggregate-session by-device-interface bytes-transmitted-tcp [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bytes-transmitted-tcp-forward#

Total TCP bytes sent for active sessions in the forward direction

Usage#

show stats aggregate-session by-device-interface bytes-transmitted-tcp-forward [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bytes-transmitted-tcp-reverse#

Total TCP bytes sent for active sessions in the reverse direction

Usage#

show stats aggregate-session by-device-interface bytes-transmitted-tcp-reverse [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bytes-transmitted-udp#

Total UDP bytes sent for active sessions

Usage#

show stats aggregate-session by-device-interface bytes-transmitted-udp [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bytes-transmitted-udp-forward#

Total UDP bytes sent for active sessions in the forward direction

Usage#

show stats aggregate-session by-device-interface bytes-transmitted-udp-forward [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bytes-transmitted-udp-reverse#

Total UDP bytes sent for active sessions in the reverse direction

Usage#

show stats aggregate-session by-device-interface bytes-transmitted-udp-reverse [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface bytes-udp#

Total UDP bytes for active sessions

Usage#

show stats aggregate-session by-device-interface bytes-udp [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface packets#

Total packets (packets per second)

Usage#

show stats aggregate-session by-device-interface packets [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface packets-dropped-forward#

Total packets dropped in error for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-device-interface packets-dropped-forward [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface packets-dropped-other-protocol-forward#

Total packets dropped for active sessions using other protocols in the forward direction (packets per second)

Usage#

show stats aggregate-session by-device-interface packets-dropped-other-protocol-forward [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface packets-dropped-other-protocol-reverse#

Total packets dropped for active sessions using other protocols in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-device-interface packets-dropped-other-protocol-reverse [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface packets-dropped-reverse#

Total packets dropped in error for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-device-interface packets-dropped-reverse [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface packets-dropped-tcp-forward#

Total TCP packets dropped in error for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-device-interface packets-dropped-tcp-forward [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface packets-dropped-tcp-reverse#

Total TCP packets dropped in error for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-device-interface packets-dropped-tcp-reverse [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface packets-dropped-udp-forward#

Total UDP packets dropped in error for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-device-interface packets-dropped-udp-forward [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface packets-dropped-udp-reverse#

Total UDP packets dropped in error for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-device-interface packets-dropped-udp-reverse [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface packets-other-protocol#

Total packets for active sessions using other protocols (packets per second)

Usage#

show stats aggregate-session by-device-interface packets-other-protocol [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface packets-received#

Total packets received for active sessions (packets per second)

Usage#

show stats aggregate-session by-device-interface packets-received [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface packets-received-forward#

Total packets received for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-device-interface packets-received-forward [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface packets-received-other-protocol#

Total packets received for active sessions using other protocols (packets per second)

Usage#

show stats aggregate-session by-device-interface packets-received-other-protocol [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface packets-received-other-protocol-forward#

Total packets received for active sessions using other protocols in the forward direction (packets per second)

Usage#

show stats aggregate-session by-device-interface packets-received-other-protocol-forward [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface packets-received-other-protocol-reverse#

Total packets received for active sessions using other protocols in reverse direction (packets per second)

Usage#

show stats aggregate-session by-device-interface packets-received-other-protocol-reverse [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface packets-received-reverse#

Total packets received for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-device-interface packets-received-reverse [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface packets-received-tcp#

Total TCP packets received for active sessions (packets per second)

Usage#

show stats aggregate-session by-device-interface packets-received-tcp [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface packets-received-tcp-forward#

Total TCP packets received for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-device-interface packets-received-tcp-forward [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface packets-received-tcp-reverse#

Total TCP packets received for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-device-interface packets-received-tcp-reverse [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface packets-received-udp#

Total UDP packets received for active sessions (packets per second)

Usage#

show stats aggregate-session by-device-interface packets-received-udp [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface packets-received-udp-forward#

Total UDP packets received for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-device-interface packets-received-udp-forward [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface packets-received-udp-reverse#

Total UDP packets received for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-device-interface packets-received-udp-reverse [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface packets-tcp#

Total TCP packets for active sessions (packets per second)

Usage#

show stats aggregate-session by-device-interface packets-tcp [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface packets-transmitted#

Total packets sent for active sessions (packets per second)

Usage#

show stats aggregate-session by-device-interface packets-transmitted [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface packets-transmitted-forward#

Total packets sent for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-device-interface packets-transmitted-forward [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface packets-transmitted-other-protocol#

Total packets sent for active sessions using other protocols (packets per second)

Usage#

show stats aggregate-session by-device-interface packets-transmitted-other-protocol [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface packets-transmitted-other-protocol-forward#

Total packets sent for active sessions using other protocols in the forward direction (packets per second)

Usage#

show stats aggregate-session by-device-interface packets-transmitted-other-protocol-forward [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface packets-transmitted-other-protocol-reverse#

Total packets sent for active sessions using other protocols in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-device-interface packets-transmitted-other-protocol-reverse [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface packets-transmitted-reverse#

Total packets sent for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-device-interface packets-transmitted-reverse [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface packets-transmitted-tcp#

Total TCP packets sent for active sessions (packets per second)

Usage#

show stats aggregate-session by-device-interface packets-transmitted-tcp [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface packets-transmitted-tcp-forward#

Total TCP packets sent for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-device-interface packets-transmitted-tcp-forward [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface packets-transmitted-tcp-reverse#

Total TCP packets sent for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-device-interface packets-transmitted-tcp-reverse [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface packets-transmitted-udp#

Total UDP packets sent for active sessions (packets per second)

Usage#

show stats aggregate-session by-device-interface packets-transmitted-udp [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface packets-transmitted-udp-forward#

Total UDP packets sent for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-device-interface packets-transmitted-udp-forward [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface packets-transmitted-udp-reverse#

Total UDP packets sent for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-device-interface packets-transmitted-udp-reverse [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface packets-udp#

Total UDP packets for active sessions (packets per second)

Usage#

show stats aggregate-session by-device-interface packets-udp [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface session-arrival-rate#

Rate of arrival for new sessions per unit time (sessions per second)

Usage#

show stats aggregate-session by-device-interface session-arrival-rate [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface session-count#

Total number of active sessions

Usage#

show stats aggregate-session by-device-interface session-count [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface session-departure-rate#

Rate of departure for terminated sessions per unit time (session departures per second)

Usage#

show stats aggregate-session by-device-interface session-departure-rate [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface tcp-bad-flag-combinations#

Total number of TCP bad flag combinations received for active sessions (packets per second)

Usage#

show stats aggregate-session by-device-interface tcp-bad-flag-combinations [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface tcp-bad-flag-combinations-forward#

Total number of TCP bad flag combinations received for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-device-interface tcp-bad-flag-combinations-forward [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface tcp-bad-flag-combinations-reverse#

Total number of TCP bad flag combinations received for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-device-interface tcp-bad-flag-combinations-reverse [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface tcp-invalid-state-transitions#

Total TCP invalid state transitions received for active sessions (packets per second)

Usage#

show stats aggregate-session by-device-interface tcp-invalid-state-transitions [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface tcp-invalid-state-transitions-forward#

Total TCP invalid state transitions received for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-device-interface tcp-invalid-state-transitions-forward [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface tcp-invalid-state-transitions-reverse#

Total TCP invalid state transitions received for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-device-interface tcp-invalid-state-transitions-reverse [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface tcp-out-of-order#

Total number of TCP data received for active sessions that was out of order (packets per second)

Usage#

show stats aggregate-session by-device-interface tcp-out-of-order [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface tcp-out-of-order-forward#

Total number of TCP data received for active sessions that was out of order in the forward direction (packets per second)

Usage#

show stats aggregate-session by-device-interface tcp-out-of-order-forward [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface tcp-out-of-order-reverse#

Total number of TCP data received for active sessions that was out of order in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-device-interface tcp-out-of-order-reverse [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface tcp-out-of-window#

Total number of TCP data received for active sessions that was out of window (packets per second)

Usage#

show stats aggregate-session by-device-interface tcp-out-of-window [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface tcp-out-of-window-forward#

Total number of TCP data received for active sessions that was out of window in the forward direction (packets per second)

Usage#

show stats aggregate-session by-device-interface tcp-out-of-window-forward [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface tcp-out-of-window-reverse#

Total number of TCP data received for active sessions that was out of window in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-device-interface tcp-out-of-window-reverse [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface tcp-resets#

Total TCP resets for active sessions (resets per second)

Usage#

show stats aggregate-session by-device-interface tcp-resets [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface tcp-resets-received#

Total TCP resets received for active sessions (resets per second)

Usage#

show stats aggregate-session by-device-interface tcp-resets-received [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface tcp-resets-received-forward#

Total TCP resets received for active sessions in the forward direction (resets per second)

Usage#

show stats aggregate-session by-device-interface tcp-resets-received-forward [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface tcp-resets-received-reverse#

Total TCP resets received for active sessions in the reverse direction (resets per second)

Usage#

show stats aggregate-session by-device-interface tcp-resets-received-reverse [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface tcp-resets-transmitted#

Total TCP resets sent for active sessions (resets per second)

Usage#

show stats aggregate-session by-device-interface tcp-resets-transmitted [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface tcp-resets-transmitted-forward#

Total number of TCP resets sent for active sessions in the forward direction (resets per second)

Usage#

show stats aggregate-session by-device-interface tcp-resets-transmitted-forward [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface tcp-resets-transmitted-reverse#

Total number of TCP resets sent for active sessions in the reverse direction (resets per second)

Usage#

show stats aggregate-session by-device-interface tcp-resets-transmitted-reverse [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface tcp-retransmissions#

Total TCP data retransmissions for active sessions (retransmissions per second)

Usage#

show stats aggregate-session by-device-interface tcp-retransmissions [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface tcp-retransmissions-received#

Total number of TCP data retransmissions received for active sessions (retransmissions per second)

Usage#

show stats aggregate-session by-device-interface tcp-retransmissions-received [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface tcp-retransmissions-received-forward#

Total number of TCP data retransmissions received for active sessions in the forward direction (retransmissions per second)

Usage#

show stats aggregate-session by-device-interface tcp-retransmissions-received-forward [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface tcp-retransmissions-received-reverse#

Total number of TCP data retransmissions received for active sessions in the reverse direction (retransmissions per second)

Usage#

show stats aggregate-session by-device-interface tcp-retransmissions-received-reverse [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface tcp-retransmissions-transmitted#

Total number of TCP data retransmissions sent for active sessions (retransmissions per second)

Usage#

show stats aggregate-session by-device-interface tcp-retransmissions-transmitted [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface tcp-retransmissions-transmitted-forward#

Total number of TCP data retransmissions sent for active sessions in the forward direction (retransmissions per second)

Usage#

show stats aggregate-session by-device-interface tcp-retransmissions-transmitted-forward [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-device-interface tcp-retransmissions-transmitted-reverse#

Total number of TCP data retransmissions sent for active sessions in the reverse direction (retransmissions per second)

Usage#

show stats aggregate-session by-device-interface tcp-retransmissions-transmitted-reverse [device-interface <device-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
device-interfaceThe name of the device interface generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface#

Statistics aggregated by network interface

Usage#

show stats aggregate-session by-network-interface [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
bandwidthTotal bandwidth of active sessions (bytes per second)
bandwidth-other-protocolTotal bandwidth for other protocols (bytes per second)
bandwidth-receivedTotal received bandwidth (bytes per second)
bandwidth-received-forwardTotal received bandwidth in the forward direction (bytes per second)
bandwidth-received-other-protocolTotal bandwidth received for other protocols (bytes per second)
bandwidth-received-other-protocol-forwardTotal bandwidth received in the forward direction for other protocols (bytes per second)
bandwidth-received-other-protocol-reverseTotal bandwidth received in the reverse direction for other protocols (bytes per second)
bandwidth-received-reverseTotal received bandwidth in the reverse direction (bytes per second)
bandwidth-received-tcpTotal TCP bandwidth received (bytes per second)
bandwidth-received-tcp-forwardTotal TCP bandwidth received in the forward direction (bytes per second)
bandwidth-received-tcp-reverseTotal TCP bandwidth received in the reverse direction (bytes per second)
bandwidth-received-udpTotal UDP bandwidth received (bytes per second)
bandwidth-received-udp-forwardTotal UDP bandwidth received in the forward direction (bytes per second)
bandwidth-received-udp-reverseTotal UDP bandwidth received in the reverse direction (bytes per second)
bandwidth-tcpTotal TCP bandwidth (bytes per second)
bandwidth-transmittedTotal sent bandwidth (bytes per second)
bandwidth-transmitted-forwardTotal sent bandwidth in the forward direction (bytes per second)
bandwidth-transmitted-other-protocolTotal bandwidth sent for other protocols (bytes per second)
bandwidth-transmitted-other-protocol-forwardTotal bandwidth sent in the forward direction for other protocols (bytes per second)
bandwidth-transmitted-other-protocol-reverseTotal bandwidth sent in the reverse direction for other protocols (bytes per second)
bandwidth-transmitted-reverseTotal sent bandwidth in the reverse direction (bytes per second)
bandwidth-transmitted-tcpTotal TCP bandwidth sent (bytes per second)
bandwidth-transmitted-tcp-forwardTotal TCP bandwidth sent in the forward direction (bytes per second)
bandwidth-transmitted-tcp-reverseTotal TCP bandwidth sent in the reverse direction (bytes per second)
bandwidth-transmitted-udpTotal UDP bandwidth sent (bytes per second)
bandwidth-transmitted-udp-forwardTotal UDP bandwidth sent in the forward direction (bytes per second)
bandwidth-transmitted-udp-reverseTotal UDP bandwidth sent in the reverse direction (bytes per second)
bandwidth-udpTotal UDP bandwidth (bytes per second)
bytesTotal bytes
bytes-dropped-forwardTotal bytes dropped in error for active sessions in the forward direction
bytes-dropped-other-protocol-forwardTotal bytes dropped for active sessions using other protocols in the forward direction
bytes-dropped-other-protocol-reverseTotal bytes dropped for active sessions using other protocols in the reverse direction
bytes-dropped-reverseTotal bytes dropped in error for active sessions in the reverse direction
bytes-dropped-tcp-forwardTotal TCP bytes dropped in error for active sessions in the forward direction
bytes-dropped-tcp-reverseTotal TCP bytes dropped in error for active sessions in the reverse direction
bytes-dropped-udp-forwardTotal UDP bytes dropped in error for active sessions in the forward direction
bytes-dropped-udp-reverseTotal UDP bytes dropped in error for active sessions in the reverse direction
bytes-other-protocolTotal bytes for active sessions using other protocols
bytes-receivedTotal bytes received for active sessions
bytes-received-forwardTotal bytes received for active sessions in the forward direction
bytes-received-other-protocolTotal bytes received for active sessions using other protocols
bytes-received-other-protocol-forwardTotal bytes received for active sessions using other protocols in the forward direction
bytes-received-other-protocol-reverseTotal bytes received for active sessions using other protocols in the reverse direction
bytes-received-reverseTotal bytes received for active sessions in the reverse direction
bytes-received-tcpTotal TCP bytes received for active sessions
bytes-received-tcp-forwardTotal TCP bytes received for active sessions in the forward direction
bytes-received-tcp-reverseTotal TCP bytes received for active sessions in the reverse direction
bytes-received-udpTotal UDP bytes received for active sessions
bytes-received-udp-forwardTotal UDP bytes received for active sessions in the forward direction
bytes-received-udp-reverseTotal UDP bytes received for active sessions in the reverse direction
bytes-tcpTotal TCP bytes for active sessions
bytes-transmittedTotal bytes sent for active sessions
bytes-transmitted-forwardTotal bytes sent for active sessions in the forward direction
bytes-transmitted-other-protocolTotal bytes sent for active sessions using other protocols
bytes-transmitted-other-protocol-forwardTotal bytes sent for active sessions using other protocols in the forward direction
bytes-transmitted-other-protocol-reverseTotal bytes sent for active sessions using other protocols in the reverse direction
bytes-transmitted-reverseTotal bytes sent for active sessions in the reverse direction
bytes-transmitted-tcpTotal TCP bytes sent for active sessions
bytes-transmitted-tcp-forwardTotal TCP bytes sent for active sessions in the forward direction
bytes-transmitted-tcp-reverseTotal TCP bytes sent for active sessions in the reverse direction
bytes-transmitted-udpTotal UDP bytes sent for active sessions
bytes-transmitted-udp-forwardTotal UDP bytes sent for active sessions in the forward direction
bytes-transmitted-udp-reverseTotal UDP bytes sent for active sessions in the reverse direction
bytes-udpTotal UDP bytes for active sessions
packetsTotal packets (packets per second)
packets-dropped-forwardTotal packets dropped in error for active sessions in the forward direction (packets per second)
packets-dropped-other-protocol-forwardTotal packets dropped for active sessions using other protocols in the forward direction (packets per second)
packets-dropped-other-protocol-reverseTotal packets dropped for active sessions using other protocols in the reverse direction (packets per second)
packets-dropped-reverseTotal packets dropped in error for active sessions in the reverse direction (packets per second)
packets-dropped-tcp-forwardTotal TCP packets dropped in error for active sessions in the forward direction (packets per second)
packets-dropped-tcp-reverseTotal TCP packets dropped in error for active sessions in the reverse direction (packets per second)
packets-dropped-udp-forwardTotal UDP packets dropped in error for active sessions in the forward direction (packets per second)
packets-dropped-udp-reverseTotal UDP packets dropped in error for active sessions in the reverse direction (packets per second)
packets-other-protocolTotal packets for active sessions using other protocols (packets per second)
packets-receivedTotal packets received for active sessions (packets per second)
packets-received-forwardTotal packets received for active sessions in the forward direction (packets per second)
packets-received-other-protocolTotal packets received for active sessions using other protocols (packets per second)
packets-received-other-protocol-forwardTotal packets received for active sessions using other protocols in the forward direction (packets per second)
packets-received-other-protocol-reverseTotal packets received for active sessions using other protocols in reverse direction (packets per second)
packets-received-reverseTotal packets received for active sessions in the reverse direction (packets per second)
packets-received-tcpTotal TCP packets received for active sessions (packets per second)
packets-received-tcp-forwardTotal TCP packets received for active sessions in the forward direction (packets per second)
packets-received-tcp-reverseTotal TCP packets received for active sessions in the reverse direction (packets per second)
packets-received-udpTotal UDP packets received for active sessions (packets per second)
packets-received-udp-forwardTotal UDP packets received for active sessions in the forward direction (packets per second)
packets-received-udp-reverseTotal UDP packets received for active sessions in the reverse direction (packets per second)
packets-tcpTotal TCP packets for active sessions (packets per second)
packets-transmittedTotal packets sent for active sessions (packets per second)
packets-transmitted-forwardTotal packets sent for active sessions in the forward direction (packets per second)
packets-transmitted-other-protocolTotal packets sent for active sessions using other protocols (packets per second)
packets-transmitted-other-protocol-forwardTotal packets sent for active sessions using other protocols in the forward direction (packets per second)
packets-transmitted-other-protocol-reverseTotal packets sent for active sessions using other protocols in the reverse direction (packets per second)
packets-transmitted-reverseTotal packets sent for active sessions in the reverse direction (packets per second)
packets-transmitted-tcpTotal TCP packets sent for active sessions (packets per second)
packets-transmitted-tcp-forwardTotal TCP packets sent for active sessions in the forward direction (packets per second)
packets-transmitted-tcp-reverseTotal TCP packets sent for active sessions in the reverse direction (packets per second)
packets-transmitted-udpTotal UDP packets sent for active sessions (packets per second)
packets-transmitted-udp-forwardTotal UDP packets sent for active sessions in the forward direction (packets per second)
packets-transmitted-udp-reverseTotal UDP packets sent for active sessions in the reverse direction (packets per second)
packets-udpTotal UDP packets for active sessions (packets per second)
session-arrival-rateRate of arrival for new sessions per unit time (sessions per second)
session-countTotal number of active sessions
session-departure-rateRate of departure for terminated sessions per unit time (session departures per second)
tcp-bad-flag-combinationsTotal number of TCP bad flag combinations received for active sessions (packets per second)
tcp-bad-flag-combinations-forwardTotal number of TCP bad flag combinations received for active sessions in the forward direction (packets per second)
tcp-bad-flag-combinations-reverseTotal number of TCP bad flag combinations received for active sessions in the reverse direction (packets per second)
tcp-invalid-state-transitionsTotal TCP invalid state transitions received for active sessions (packets per second)
tcp-invalid-state-transitions-forwardTotal TCP invalid state transitions received for active sessions in the forward direction (packets per second)
tcp-invalid-state-transitions-reverseTotal TCP invalid state transitions received for active sessions in the reverse direction (packets per second)
tcp-out-of-orderTotal number of TCP data received for active sessions that was out of order (packets per second)
tcp-out-of-order-forwardTotal number of TCP data received for active sessions that was out of order in the forward direction (packets per second)
tcp-out-of-order-reverseTotal number of TCP data received for active sessions that was out of order in the reverse direction (packets per second)
tcp-out-of-windowTotal number of TCP data received for active sessions that was out of window (packets per second)
tcp-out-of-window-forwardTotal number of TCP data received for active sessions that was out of window in the forward direction (packets per second)
tcp-out-of-window-reverseTotal number of TCP data received for active sessions that was out of window in the reverse direction (packets per second)
tcp-resetsTotal TCP resets for active sessions (resets per second)
tcp-resets-receivedTotal TCP resets received for active sessions (resets per second)
tcp-resets-received-forwardTotal TCP resets received for active sessions in the forward direction (resets per second)
tcp-resets-received-reverseTotal TCP resets received for active sessions in the reverse direction (resets per second)
tcp-resets-transmittedTotal TCP resets sent for active sessions (resets per second)
tcp-resets-transmitted-forwardTotal number of TCP resets sent for active sessions in the forward direction (resets per second)
tcp-resets-transmitted-reverseTotal number of TCP resets sent for active sessions in the reverse direction (resets per second)
tcp-retransmissionsTotal TCP data retransmissions for active sessions (retransmissions per second)
tcp-retransmissions-receivedTotal number of TCP data retransmissions received for active sessions (retransmissions per second)
tcp-retransmissions-received-forwardTotal number of TCP data retransmissions received for active sessions in the forward direction (retransmissions per second)
tcp-retransmissions-received-reverseTotal number of TCP data retransmissions received for active sessions in the reverse direction (retransmissions per second)
tcp-retransmissions-transmittedTotal number of TCP data retransmissions sent for active sessions (retransmissions per second)
tcp-retransmissions-transmitted-forwardTotal number of TCP data retransmissions sent for active sessions in the forward direction (retransmissions per second)
tcp-retransmissions-transmitted-reverseTotal number of TCP data retransmissions sent for active sessions in the reverse direction (retransmissions per second)

show stats aggregate-session by-network-interface bandwidth#

Total bandwidth of active sessions (bytes per second)

Usage#

show stats aggregate-session by-network-interface bandwidth [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bandwidth-other-protocol#

Total bandwidth for other protocols (bytes per second)

Usage#

show stats aggregate-session by-network-interface bandwidth-other-protocol [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bandwidth-received#

Total received bandwidth (bytes per second)

Usage#

show stats aggregate-session by-network-interface bandwidth-received [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bandwidth-received-forward#

Total received bandwidth in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-network-interface bandwidth-received-forward [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bandwidth-received-other-protocol#

Total bandwidth received for other protocols (bytes per second)

Usage#

show stats aggregate-session by-network-interface bandwidth-received-other-protocol [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bandwidth-received-other-protocol-forward#

Total bandwidth received in the forward direction for other protocols (bytes per second)

Usage#

show stats aggregate-session by-network-interface bandwidth-received-other-protocol-forward [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bandwidth-received-other-protocol-reverse#

Total bandwidth received in the reverse direction for other protocols (bytes per second)

Usage#

show stats aggregate-session by-network-interface bandwidth-received-other-protocol-reverse [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bandwidth-received-reverse#

Total received bandwidth in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-network-interface bandwidth-received-reverse [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bandwidth-received-tcp#

Total TCP bandwidth received (bytes per second)

Usage#

show stats aggregate-session by-network-interface bandwidth-received-tcp [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bandwidth-received-tcp-forward#

Total TCP bandwidth received in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-network-interface bandwidth-received-tcp-forward [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bandwidth-received-tcp-reverse#

Total TCP bandwidth received in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-network-interface bandwidth-received-tcp-reverse [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bandwidth-received-udp#

Total UDP bandwidth received (bytes per second)

Usage#

show stats aggregate-session by-network-interface bandwidth-received-udp [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bandwidth-received-udp-forward#

Total UDP bandwidth received in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-network-interface bandwidth-received-udp-forward [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bandwidth-received-udp-reverse#

Total UDP bandwidth received in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-network-interface bandwidth-received-udp-reverse [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bandwidth-tcp#

Total TCP bandwidth (bytes per second)

Usage#

show stats aggregate-session by-network-interface bandwidth-tcp [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bandwidth-transmitted#

Total sent bandwidth (bytes per second)

Usage#

show stats aggregate-session by-network-interface bandwidth-transmitted [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bandwidth-transmitted-forward#

Total sent bandwidth in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-network-interface bandwidth-transmitted-forward [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bandwidth-transmitted-other-protocol#

Total bandwidth sent for other protocols (bytes per second)

Usage#

show stats aggregate-session by-network-interface bandwidth-transmitted-other-protocol [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bandwidth-transmitted-other-protocol-forward#

Total bandwidth sent in the forward direction for other protocols (bytes per second)

Usage#

show stats aggregate-session by-network-interface bandwidth-transmitted-other-protocol-forward [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bandwidth-transmitted-other-protocol-reverse#

Total bandwidth sent in the reverse direction for other protocols (bytes per second)

Usage#

show stats aggregate-session by-network-interface bandwidth-transmitted-other-protocol-reverse [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bandwidth-transmitted-reverse#

Total sent bandwidth in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-network-interface bandwidth-transmitted-reverse [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bandwidth-transmitted-tcp#

Total TCP bandwidth sent (bytes per second)

Usage#

show stats aggregate-session by-network-interface bandwidth-transmitted-tcp [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bandwidth-transmitted-tcp-forward#

Total TCP bandwidth sent in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-network-interface bandwidth-transmitted-tcp-forward [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bandwidth-transmitted-tcp-reverse#

Total TCP bandwidth sent in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-network-interface bandwidth-transmitted-tcp-reverse [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bandwidth-transmitted-udp#

Total UDP bandwidth sent (bytes per second)

Usage#

show stats aggregate-session by-network-interface bandwidth-transmitted-udp [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bandwidth-transmitted-udp-forward#

Total UDP bandwidth sent in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-network-interface bandwidth-transmitted-udp-forward [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bandwidth-transmitted-udp-reverse#

Total UDP bandwidth sent in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-network-interface bandwidth-transmitted-udp-reverse [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bandwidth-udp#

Total UDP bandwidth (bytes per second)

Usage#

show stats aggregate-session by-network-interface bandwidth-udp [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bytes#

Total bytes

Usage#

show stats aggregate-session by-network-interface bytes [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bytes-dropped-forward#

Total bytes dropped in error for active sessions in the forward direction

Usage#

show stats aggregate-session by-network-interface bytes-dropped-forward [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bytes-dropped-other-protocol-forward#

Total bytes dropped for active sessions using other protocols in the forward direction

Usage#

show stats aggregate-session by-network-interface bytes-dropped-other-protocol-forward [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bytes-dropped-other-protocol-reverse#

Total bytes dropped for active sessions using other protocols in the reverse direction

Usage#

show stats aggregate-session by-network-interface bytes-dropped-other-protocol-reverse [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bytes-dropped-reverse#

Total bytes dropped in error for active sessions in the reverse direction

Usage#

show stats aggregate-session by-network-interface bytes-dropped-reverse [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bytes-dropped-tcp-forward#

Total TCP bytes dropped in error for active sessions in the forward direction

Usage#

show stats aggregate-session by-network-interface bytes-dropped-tcp-forward [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bytes-dropped-tcp-reverse#

Total TCP bytes dropped in error for active sessions in the reverse direction

Usage#

show stats aggregate-session by-network-interface bytes-dropped-tcp-reverse [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bytes-dropped-udp-forward#

Total UDP bytes dropped in error for active sessions in the forward direction

Usage#

show stats aggregate-session by-network-interface bytes-dropped-udp-forward [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bytes-dropped-udp-reverse#

Total UDP bytes dropped in error for active sessions in the reverse direction

Usage#

show stats aggregate-session by-network-interface bytes-dropped-udp-reverse [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bytes-other-protocol#

Total bytes for active sessions using other protocols

Usage#

show stats aggregate-session by-network-interface bytes-other-protocol [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bytes-received#

Total bytes received for active sessions

Usage#

show stats aggregate-session by-network-interface bytes-received [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bytes-received-forward#

Total bytes received for active sessions in the forward direction

Usage#

show stats aggregate-session by-network-interface bytes-received-forward [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bytes-received-other-protocol#

Total bytes received for active sessions using other protocols

Usage#

show stats aggregate-session by-network-interface bytes-received-other-protocol [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bytes-received-other-protocol-forward#

Total bytes received for active sessions using other protocols in the forward direction

Usage#

show stats aggregate-session by-network-interface bytes-received-other-protocol-forward [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bytes-received-other-protocol-reverse#

Total bytes received for active sessions using other protocols in the reverse direction

Usage#

show stats aggregate-session by-network-interface bytes-received-other-protocol-reverse [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bytes-received-reverse#

Total bytes received for active sessions in the reverse direction

Usage#

show stats aggregate-session by-network-interface bytes-received-reverse [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bytes-received-tcp#

Total TCP bytes received for active sessions

Usage#

show stats aggregate-session by-network-interface bytes-received-tcp [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bytes-received-tcp-forward#

Total TCP bytes received for active sessions in the forward direction

Usage#

show stats aggregate-session by-network-interface bytes-received-tcp-forward [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bytes-received-tcp-reverse#

Total TCP bytes received for active sessions in the reverse direction

Usage#

show stats aggregate-session by-network-interface bytes-received-tcp-reverse [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bytes-received-udp#

Total UDP bytes received for active sessions

Usage#

show stats aggregate-session by-network-interface bytes-received-udp [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bytes-received-udp-forward#

Total UDP bytes received for active sessions in the forward direction

Usage#

show stats aggregate-session by-network-interface bytes-received-udp-forward [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bytes-received-udp-reverse#

Total UDP bytes received for active sessions in the reverse direction

Usage#

show stats aggregate-session by-network-interface bytes-received-udp-reverse [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bytes-tcp#

Total TCP bytes for active sessions

Usage#

show stats aggregate-session by-network-interface bytes-tcp [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bytes-transmitted#

Total bytes sent for active sessions

Usage#

show stats aggregate-session by-network-interface bytes-transmitted [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bytes-transmitted-forward#

Total bytes sent for active sessions in the forward direction

Usage#

show stats aggregate-session by-network-interface bytes-transmitted-forward [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bytes-transmitted-other-protocol#

Total bytes sent for active sessions using other protocols

Usage#

show stats aggregate-session by-network-interface bytes-transmitted-other-protocol [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bytes-transmitted-other-protocol-forward#

Total bytes sent for active sessions using other protocols in the forward direction

Usage#

show stats aggregate-session by-network-interface bytes-transmitted-other-protocol-forward [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bytes-transmitted-other-protocol-reverse#

Total bytes sent for active sessions using other protocols in the reverse direction

Usage#

show stats aggregate-session by-network-interface bytes-transmitted-other-protocol-reverse [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bytes-transmitted-reverse#

Total bytes sent for active sessions in the reverse direction

Usage#

show stats aggregate-session by-network-interface bytes-transmitted-reverse [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bytes-transmitted-tcp#

Total TCP bytes sent for active sessions

Usage#

show stats aggregate-session by-network-interface bytes-transmitted-tcp [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bytes-transmitted-tcp-forward#

Total TCP bytes sent for active sessions in the forward direction

Usage#

show stats aggregate-session by-network-interface bytes-transmitted-tcp-forward [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bytes-transmitted-tcp-reverse#

Total TCP bytes sent for active sessions in the reverse direction

Usage#

show stats aggregate-session by-network-interface bytes-transmitted-tcp-reverse [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bytes-transmitted-udp#

Total UDP bytes sent for active sessions

Usage#

show stats aggregate-session by-network-interface bytes-transmitted-udp [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bytes-transmitted-udp-forward#

Total UDP bytes sent for active sessions in the forward direction

Usage#

show stats aggregate-session by-network-interface bytes-transmitted-udp-forward [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bytes-transmitted-udp-reverse#

Total UDP bytes sent for active sessions in the reverse direction

Usage#

show stats aggregate-session by-network-interface bytes-transmitted-udp-reverse [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface bytes-udp#

Total UDP bytes for active sessions

Usage#

show stats aggregate-session by-network-interface bytes-udp [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface packets#

Total packets (packets per second)

Usage#

show stats aggregate-session by-network-interface packets [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface packets-dropped-forward#

Total packets dropped in error for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-network-interface packets-dropped-forward [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface packets-dropped-other-protocol-forward#

Total packets dropped for active sessions using other protocols in the forward direction (packets per second)

Usage#

show stats aggregate-session by-network-interface packets-dropped-other-protocol-forward [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface packets-dropped-other-protocol-reverse#

Total packets dropped for active sessions using other protocols in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-network-interface packets-dropped-other-protocol-reverse [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface packets-dropped-reverse#

Total packets dropped in error for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-network-interface packets-dropped-reverse [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface packets-dropped-tcp-forward#

Total TCP packets dropped in error for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-network-interface packets-dropped-tcp-forward [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface packets-dropped-tcp-reverse#

Total TCP packets dropped in error for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-network-interface packets-dropped-tcp-reverse [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface packets-dropped-udp-forward#

Total UDP packets dropped in error for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-network-interface packets-dropped-udp-forward [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface packets-dropped-udp-reverse#

Total UDP packets dropped in error for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-network-interface packets-dropped-udp-reverse [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface packets-other-protocol#

Total packets for active sessions using other protocols (packets per second)

Usage#

show stats aggregate-session by-network-interface packets-other-protocol [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface packets-received#

Total packets received for active sessions (packets per second)

Usage#

show stats aggregate-session by-network-interface packets-received [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface packets-received-forward#

Total packets received for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-network-interface packets-received-forward [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface packets-received-other-protocol#

Total packets received for active sessions using other protocols (packets per second)

Usage#

show stats aggregate-session by-network-interface packets-received-other-protocol [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface packets-received-other-protocol-forward#

Total packets received for active sessions using other protocols in the forward direction (packets per second)

Usage#

show stats aggregate-session by-network-interface packets-received-other-protocol-forward [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface packets-received-other-protocol-reverse#

Total packets received for active sessions using other protocols in reverse direction (packets per second)

Usage#

show stats aggregate-session by-network-interface packets-received-other-protocol-reverse [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface packets-received-reverse#

Total packets received for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-network-interface packets-received-reverse [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface packets-received-tcp#

Total TCP packets received for active sessions (packets per second)

Usage#

show stats aggregate-session by-network-interface packets-received-tcp [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface packets-received-tcp-forward#

Total TCP packets received for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-network-interface packets-received-tcp-forward [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface packets-received-tcp-reverse#

Total TCP packets received for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-network-interface packets-received-tcp-reverse [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface packets-received-udp#

Total UDP packets received for active sessions (packets per second)

Usage#

show stats aggregate-session by-network-interface packets-received-udp [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface packets-received-udp-forward#

Total UDP packets received for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-network-interface packets-received-udp-forward [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface packets-received-udp-reverse#

Total UDP packets received for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-network-interface packets-received-udp-reverse [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface packets-tcp#

Total TCP packets for active sessions (packets per second)

Usage#

show stats aggregate-session by-network-interface packets-tcp [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface packets-transmitted#

Total packets sent for active sessions (packets per second)

Usage#

show stats aggregate-session by-network-interface packets-transmitted [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface packets-transmitted-forward#

Total packets sent for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-network-interface packets-transmitted-forward [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface packets-transmitted-other-protocol#

Total packets sent for active sessions using other protocols (packets per second)

Usage#

show stats aggregate-session by-network-interface packets-transmitted-other-protocol [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface packets-transmitted-other-protocol-forward#

Total packets sent for active sessions using other protocols in the forward direction (packets per second)

Usage#

show stats aggregate-session by-network-interface packets-transmitted-other-protocol-forward [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface packets-transmitted-other-protocol-reverse#

Total packets sent for active sessions using other protocols in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-network-interface packets-transmitted-other-protocol-reverse [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface packets-transmitted-reverse#

Total packets sent for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-network-interface packets-transmitted-reverse [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface packets-transmitted-tcp#

Total TCP packets sent for active sessions (packets per second)

Usage#

show stats aggregate-session by-network-interface packets-transmitted-tcp [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface packets-transmitted-tcp-forward#

Total TCP packets sent for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-network-interface packets-transmitted-tcp-forward [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface packets-transmitted-tcp-reverse#

Total TCP packets sent for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-network-interface packets-transmitted-tcp-reverse [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface packets-transmitted-udp#

Total UDP packets sent for active sessions (packets per second)

Usage#

show stats aggregate-session by-network-interface packets-transmitted-udp [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface packets-transmitted-udp-forward#

Total UDP packets sent for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-network-interface packets-transmitted-udp-forward [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface packets-transmitted-udp-reverse#

Total UDP packets sent for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-network-interface packets-transmitted-udp-reverse [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface packets-udp#

Total UDP packets for active sessions (packets per second)

Usage#

show stats aggregate-session by-network-interface packets-udp [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface session-arrival-rate#

Rate of arrival for new sessions per unit time (sessions per second)

Usage#

show stats aggregate-session by-network-interface session-arrival-rate [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface session-count#

Total number of active sessions

Usage#

show stats aggregate-session by-network-interface session-count [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface session-departure-rate#

Rate of departure for terminated sessions per unit time (session departures per second)

Usage#

show stats aggregate-session by-network-interface session-departure-rate [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface tcp-bad-flag-combinations#

Total number of TCP bad flag combinations received for active sessions (packets per second)

Usage#

show stats aggregate-session by-network-interface tcp-bad-flag-combinations [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface tcp-bad-flag-combinations-forward#

Total number of TCP bad flag combinations received for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-network-interface tcp-bad-flag-combinations-forward [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface tcp-bad-flag-combinations-reverse#

Total number of TCP bad flag combinations received for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-network-interface tcp-bad-flag-combinations-reverse [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface tcp-invalid-state-transitions#

Total TCP invalid state transitions received for active sessions (packets per second)

Usage#

show stats aggregate-session by-network-interface tcp-invalid-state-transitions [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface tcp-invalid-state-transitions-forward#

Total TCP invalid state transitions received for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-network-interface tcp-invalid-state-transitions-forward [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface tcp-invalid-state-transitions-reverse#

Total TCP invalid state transitions received for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-network-interface tcp-invalid-state-transitions-reverse [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface tcp-out-of-order#

Total number of TCP data received for active sessions that was out of order (packets per second)

Usage#

show stats aggregate-session by-network-interface tcp-out-of-order [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface tcp-out-of-order-forward#

Total number of TCP data received for active sessions that was out of order in the forward direction (packets per second)

Usage#

show stats aggregate-session by-network-interface tcp-out-of-order-forward [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface tcp-out-of-order-reverse#

Total number of TCP data received for active sessions that was out of order in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-network-interface tcp-out-of-order-reverse [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface tcp-out-of-window#

Total number of TCP data received for active sessions that was out of window (packets per second)

Usage#

show stats aggregate-session by-network-interface tcp-out-of-window [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface tcp-out-of-window-forward#

Total number of TCP data received for active sessions that was out of window in the forward direction (packets per second)

Usage#

show stats aggregate-session by-network-interface tcp-out-of-window-forward [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface tcp-out-of-window-reverse#

Total number of TCP data received for active sessions that was out of window in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-network-interface tcp-out-of-window-reverse [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface tcp-resets#

Total TCP resets for active sessions (resets per second)

Usage#

show stats aggregate-session by-network-interface tcp-resets [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface tcp-resets-received#

Total TCP resets received for active sessions (resets per second)

Usage#

show stats aggregate-session by-network-interface tcp-resets-received [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface tcp-resets-received-forward#

Total TCP resets received for active sessions in the forward direction (resets per second)

Usage#

show stats aggregate-session by-network-interface tcp-resets-received-forward [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface tcp-resets-received-reverse#

Total TCP resets received for active sessions in the reverse direction (resets per second)

Usage#

show stats aggregate-session by-network-interface tcp-resets-received-reverse [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface tcp-resets-transmitted#

Total TCP resets sent for active sessions (resets per second)

Usage#

show stats aggregate-session by-network-interface tcp-resets-transmitted [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface tcp-resets-transmitted-forward#

Total number of TCP resets sent for active sessions in the forward direction (resets per second)

Usage#

show stats aggregate-session by-network-interface tcp-resets-transmitted-forward [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface tcp-resets-transmitted-reverse#

Total number of TCP resets sent for active sessions in the reverse direction (resets per second)

Usage#

show stats aggregate-session by-network-interface tcp-resets-transmitted-reverse [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface tcp-retransmissions#

Total TCP data retransmissions for active sessions (retransmissions per second)

Usage#

show stats aggregate-session by-network-interface tcp-retransmissions [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface tcp-retransmissions-received#

Total number of TCP data retransmissions received for active sessions (retransmissions per second)

Usage#

show stats aggregate-session by-network-interface tcp-retransmissions-received [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface tcp-retransmissions-received-forward#

Total number of TCP data retransmissions received for active sessions in the forward direction (retransmissions per second)

Usage#

show stats aggregate-session by-network-interface tcp-retransmissions-received-forward [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface tcp-retransmissions-received-reverse#

Total number of TCP data retransmissions received for active sessions in the reverse direction (retransmissions per second)

Usage#

show stats aggregate-session by-network-interface tcp-retransmissions-received-reverse [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface tcp-retransmissions-transmitted#

Total number of TCP data retransmissions sent for active sessions (retransmissions per second)

Usage#

show stats aggregate-session by-network-interface tcp-retransmissions-transmitted [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface tcp-retransmissions-transmitted-forward#

Total number of TCP data retransmissions sent for active sessions in the forward direction (retransmissions per second)

Usage#

show stats aggregate-session by-network-interface tcp-retransmissions-transmitted-forward [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-network-interface tcp-retransmissions-transmitted-reverse#

Total number of TCP data retransmissions sent for active sessions in the reverse direction (retransmissions per second)

Usage#

show stats aggregate-session by-network-interface tcp-retransmissions-transmitted-reverse [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node#

Statistics aggregated per node

Usage#

show stats aggregate-session by-node [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
bandwidthTotal bandwidth of active sessions (bytes per second)
bandwidth-other-protocolTotal bandwidth for other protocols (bytes per second)
bandwidth-receivedTotal received bandwidth (bytes per second)
bandwidth-received-forwardTotal received bandwidth in the forward direction (bytes per second)
bandwidth-received-other-protocolTotal bandwidth received for other protocols (bytes per second)
bandwidth-received-other-protocol-forwardTotal bandwidth received in the forward direction for other protocols (bytes per second)
bandwidth-received-other-protocol-reverseTotal bandwidth received in the reverse direction for other protocols (bytes per second)
bandwidth-received-reverseTotal received bandwidth in the reverse direction (bytes per second)
bandwidth-received-tcpTotal TCP bandwidth received (bytes per second)
bandwidth-received-tcp-forwardTotal TCP bandwidth received in the forward direction (bytes per second)
bandwidth-received-tcp-reverseTotal TCP bandwidth received in the reverse direction (bytes per second)
bandwidth-received-udpTotal UDP bandwidth received (bytes per second)
bandwidth-received-udp-forwardTotal UDP bandwidth received in the forward direction (bytes per second)
bandwidth-received-udp-reverseTotal UDP bandwidth received in the reverse direction (bytes per second)
bandwidth-tcpTotal TCP bandwidth (bytes per second)
bandwidth-transmittedTotal sent bandwidth (bytes per second)
bandwidth-transmitted-forwardTotal sent bandwidth in the forward direction (bytes per second)
bandwidth-transmitted-other-protocolTotal bandwidth sent for other protocols (bytes per second)
bandwidth-transmitted-other-protocol-forwardTotal bandwidth sent in the forward direction for other protocols (bytes per second)
bandwidth-transmitted-other-protocol-reverseTotal bandwidth sent in the reverse direction for other protocols (bytes per second)
bandwidth-transmitted-reverseTotal sent bandwidth in the reverse direction (bytes per second)
bandwidth-transmitted-tcpTotal TCP bandwidth sent (bytes per second)
bandwidth-transmitted-tcp-forwardTotal TCP bandwidth sent in the forward direction (bytes per second)
bandwidth-transmitted-tcp-reverseTotal TCP bandwidth sent in the reverse direction (bytes per second)
bandwidth-transmitted-udpTotal UDP bandwidth sent (bytes per second)
bandwidth-transmitted-udp-forwardTotal UDP bandwidth sent in the forward direction (bytes per second)
bandwidth-transmitted-udp-reverseTotal UDP bandwidth sent in the reverse direction (bytes per second)
bandwidth-udpTotal UDP bandwidth (bytes per second)
bytesTotal bytes
bytes-dropped-forwardTotal bytes dropped in error for active sessions in the forward direction
bytes-dropped-other-protocol-forwardTotal bytes dropped for active sessions using other protocols in the forward direction
bytes-dropped-other-protocol-reverseTotal bytes dropped for active sessions using other protocols in the reverse direction
bytes-dropped-reverseTotal bytes dropped in error for active sessions in the reverse direction
bytes-dropped-tcp-forwardTotal TCP bytes dropped in error for active sessions in the forward direction
bytes-dropped-tcp-reverseTotal TCP bytes dropped in error for active sessions in the reverse direction
bytes-dropped-udp-forwardTotal UDP bytes dropped in error for active sessions in the forward direction
bytes-dropped-udp-reverseTotal UDP bytes dropped in error for active sessions in the reverse direction
bytes-other-protocolTotal bytes for active sessions using other protocols
bytes-receivedTotal bytes received for active sessions
bytes-received-forwardTotal bytes received for active sessions in the forward direction
bytes-received-other-protocolTotal bytes received for active sessions using other protocols
bytes-received-other-protocol-forwardTotal bytes received for active sessions using other protocols in the forward direction
bytes-received-other-protocol-reverseTotal bytes received for active sessions using other protocols in the reverse direction
bytes-received-reverseTotal bytes received for active sessions in the reverse direction
bytes-received-tcpTotal TCP bytes received for active sessions
bytes-received-tcp-forwardTotal TCP bytes received for active sessions in the forward direction
bytes-received-tcp-reverseTotal TCP bytes received for active sessions in the reverse direction
bytes-received-udpTotal UDP bytes received for active sessions
bytes-received-udp-forwardTotal UDP bytes received for active sessions in the forward direction
bytes-received-udp-reverseTotal UDP bytes received for active sessions in the reverse direction
bytes-tcpTotal TCP bytes for active sessions
bytes-transmittedTotal bytes sent for active sessions
bytes-transmitted-forwardTotal bytes sent for active sessions in the forward direction
bytes-transmitted-other-protocolTotal bytes sent for active sessions using other protocols
bytes-transmitted-other-protocol-forwardTotal bytes sent for active sessions using other protocols in the forward direction
bytes-transmitted-other-protocol-reverseTotal bytes sent for active sessions using other protocols in the reverse direction
bytes-transmitted-reverseTotal bytes sent for active sessions in the reverse direction
bytes-transmitted-tcpTotal TCP bytes sent for active sessions
bytes-transmitted-tcp-forwardTotal TCP bytes sent for active sessions in the forward direction
bytes-transmitted-tcp-reverseTotal TCP bytes sent for active sessions in the reverse direction
bytes-transmitted-udpTotal UDP bytes sent for active sessions
bytes-transmitted-udp-forwardTotal UDP bytes sent for active sessions in the forward direction
bytes-transmitted-udp-reverseTotal UDP bytes sent for active sessions in the reverse direction
bytes-udpTotal UDP bytes for active sessions
gross-entitlementTotal bandwidth of sessions, gross input for entitlement (bytes per second)
packetsTotal packets (packets per second)
packets-dropped-forwardTotal packets dropped in error for active sessions in the forward direction (packets per second)
packets-dropped-other-protocol-forwardTotal packets dropped for active sessions using other protocols in the forward direction (packets per second)
packets-dropped-other-protocol-reverseTotal packets dropped for active sessions using other protocols in the reverse direction (packets per second)
packets-dropped-reverseTotal packets dropped in error for active sessions in the reverse direction (packets per second)
packets-dropped-tcp-forwardTotal TCP packets dropped in error for active sessions in the forward direction (packets per second)
packets-dropped-tcp-reverseTotal TCP packets dropped in error for active sessions in the reverse direction (packets per second)
packets-dropped-udp-forwardTotal UDP packets dropped in error for active sessions in the forward direction (packets per second)
packets-dropped-udp-reverseTotal UDP packets dropped in error for active sessions in the reverse direction (packets per second)
packets-other-protocolTotal packets for active sessions using other protocols (packets per second)
packets-receivedTotal packets received for active sessions (packets per second)
packets-received-forwardTotal packets received for active sessions in the forward direction (packets per second)
packets-received-other-protocolTotal packets received for active sessions using other protocols (packets per second)
packets-received-other-protocol-forwardTotal packets received for active sessions using other protocols in the forward direction (packets per second)
packets-received-other-protocol-reverseTotal packets received for active sessions using other protocols in reverse direction (packets per second)
packets-received-reverseTotal packets received for active sessions in the reverse direction (packets per second)
packets-received-tcpTotal TCP packets received for active sessions (packets per second)
packets-received-tcp-forwardTotal TCP packets received for active sessions in the forward direction (packets per second)
packets-received-tcp-reverseTotal TCP packets received for active sessions in the reverse direction (packets per second)
packets-received-udpTotal UDP packets received for active sessions (packets per second)
packets-received-udp-forwardTotal UDP packets received for active sessions in the forward direction (packets per second)
packets-received-udp-reverseTotal UDP packets received for active sessions in the reverse direction (packets per second)
packets-tcpTotal TCP packets for active sessions (packets per second)
packets-transmittedTotal packets sent for active sessions (packets per second)
packets-transmitted-forwardTotal packets sent for active sessions in the forward direction (packets per second)
packets-transmitted-other-protocolTotal packets sent for active sessions using other protocols (packets per second)
packets-transmitted-other-protocol-forwardTotal packets sent for active sessions using other protocols in the forward direction (packets per second)
packets-transmitted-other-protocol-reverseTotal packets sent for active sessions using other protocols in the reverse direction (packets per second)
packets-transmitted-reverseTotal packets sent for active sessions in the reverse direction (packets per second)
packets-transmitted-tcpTotal TCP packets sent for active sessions (packets per second)
packets-transmitted-tcp-forwardTotal TCP packets sent for active sessions in the forward direction (packets per second)
packets-transmitted-tcp-reverseTotal TCP packets sent for active sessions in the reverse direction (packets per second)
packets-transmitted-udpTotal UDP packets sent for active sessions (packets per second)
packets-transmitted-udp-forwardTotal UDP packets sent for active sessions in the forward direction (packets per second)
packets-transmitted-udp-reverseTotal UDP packets sent for active sessions in the reverse direction (packets per second)
packets-udpTotal UDP packets for active sessions (packets per second)
session-arrival-rateRate of arrival for new sessions per unit time (sessions per second)
session-countTotal number of active sessions
session-departure-rateRate of departure for terminated sessions per unit time (session departures per second)
tcp-bad-flag-combinationsTotal number of TCP bad flag combinations received for active sessions (packets per second)
tcp-bad-flag-combinations-forwardTotal number of TCP bad flag combinations received for active sessions in the forward direction (packets per second)
tcp-bad-flag-combinations-reverseTotal number of TCP bad flag combinations received for active sessions in the reverse direction (packets per second)
tcp-invalid-state-transitionsTotal TCP invalid state transitions received for active sessions (packets per second)
tcp-invalid-state-transitions-forwardTotal TCP invalid state transitions received for active sessions in the forward direction (packets per second)
tcp-invalid-state-transitions-reverseTotal TCP invalid state transitions received for active sessions in the reverse direction (packets per second)
tcp-out-of-orderTotal number of TCP data received for active sessions that was out of order (packets per second)
tcp-out-of-order-forwardTotal number of TCP data received for active sessions that was out of order in the forward direction (packets per second)
tcp-out-of-order-reverseTotal number of TCP data received for active sessions that was out of order in the reverse direction (packets per second)
tcp-out-of-windowTotal number of TCP data received for active sessions that was out of window (packets per second)
tcp-out-of-window-forwardTotal number of TCP data received for active sessions that was out of window in the forward direction (packets per second)
tcp-out-of-window-reverseTotal number of TCP data received for active sessions that was out of window in the reverse direction (packets per second)
tcp-resetsTotal TCP resets for active sessions (resets per second)
tcp-resets-receivedTotal TCP resets received for active sessions (resets per second)
tcp-resets-received-forwardTotal TCP resets received for active sessions in the forward direction (resets per second)
tcp-resets-received-reverseTotal TCP resets received for active sessions in the reverse direction (resets per second)
tcp-resets-transmittedTotal TCP resets sent for active sessions (resets per second)
tcp-resets-transmitted-forwardTotal number of TCP resets sent for active sessions in the forward direction (resets per second)
tcp-resets-transmitted-reverseTotal number of TCP resets sent for active sessions in the reverse direction (resets per second)
tcp-retransmissionsTotal TCP data retransmissions for active sessions (retransmissions per second)
tcp-retransmissions-receivedTotal number of TCP data retransmissions received for active sessions (retransmissions per second)
tcp-retransmissions-received-forwardTotal number of TCP data retransmissions received for active sessions in the forward direction (retransmissions per second)
tcp-retransmissions-received-reverseTotal number of TCP data retransmissions received for active sessions in the reverse direction (retransmissions per second)
tcp-retransmissions-transmittedTotal number of TCP data retransmissions sent for active sessions (retransmissions per second)
tcp-retransmissions-transmitted-forwardTotal number of TCP data retransmissions sent for active sessions in the forward direction (retransmissions per second)
tcp-retransmissions-transmitted-reverseTotal number of TCP data retransmissions sent for active sessions in the reverse direction (retransmissions per second)

show stats aggregate-session by-node bandwidth#

Total bandwidth of active sessions (bytes per second)

Usage#

show stats aggregate-session by-node bandwidth [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bandwidth-other-protocol#

Total bandwidth for other protocols (bytes per second)

Usage#

show stats aggregate-session by-node bandwidth-other-protocol [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bandwidth-received#

Total received bandwidth (bytes per second)

Usage#

show stats aggregate-session by-node bandwidth-received [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bandwidth-received-forward#

Total received bandwidth in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-node bandwidth-received-forward [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bandwidth-received-other-protocol#

Total bandwidth received for other protocols (bytes per second)

Usage#

show stats aggregate-session by-node bandwidth-received-other-protocol [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bandwidth-received-other-protocol-forward#

Total bandwidth received in the forward direction for other protocols (bytes per second)

Usage#

show stats aggregate-session by-node bandwidth-received-other-protocol-forward [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bandwidth-received-other-protocol-reverse#

Total bandwidth received in the reverse direction for other protocols (bytes per second)

Usage#

show stats aggregate-session by-node bandwidth-received-other-protocol-reverse [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bandwidth-received-reverse#

Total received bandwidth in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-node bandwidth-received-reverse [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bandwidth-received-tcp#

Total TCP bandwidth received (bytes per second)

Usage#

show stats aggregate-session by-node bandwidth-received-tcp [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bandwidth-received-tcp-forward#

Total TCP bandwidth received in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-node bandwidth-received-tcp-forward [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bandwidth-received-tcp-reverse#

Total TCP bandwidth received in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-node bandwidth-received-tcp-reverse [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bandwidth-received-udp#

Total UDP bandwidth received (bytes per second)

Usage#

show stats aggregate-session by-node bandwidth-received-udp [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bandwidth-received-udp-forward#

Total UDP bandwidth received in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-node bandwidth-received-udp-forward [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bandwidth-received-udp-reverse#

Total UDP bandwidth received in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-node bandwidth-received-udp-reverse [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bandwidth-tcp#

Total TCP bandwidth (bytes per second)

Usage#

show stats aggregate-session by-node bandwidth-tcp [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bandwidth-transmitted#

Total sent bandwidth (bytes per second)

Usage#

show stats aggregate-session by-node bandwidth-transmitted [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bandwidth-transmitted-forward#

Total sent bandwidth in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-node bandwidth-transmitted-forward [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bandwidth-transmitted-other-protocol#

Total bandwidth sent for other protocols (bytes per second)

Usage#

show stats aggregate-session by-node bandwidth-transmitted-other-protocol [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bandwidth-transmitted-other-protocol-forward#

Total bandwidth sent in the forward direction for other protocols (bytes per second)

Usage#

show stats aggregate-session by-node bandwidth-transmitted-other-protocol-forward [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bandwidth-transmitted-other-protocol-reverse#

Total bandwidth sent in the reverse direction for other protocols (bytes per second)

Usage#

show stats aggregate-session by-node bandwidth-transmitted-other-protocol-reverse [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bandwidth-transmitted-reverse#

Total sent bandwidth in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-node bandwidth-transmitted-reverse [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bandwidth-transmitted-tcp#

Total TCP bandwidth sent (bytes per second)

Usage#

show stats aggregate-session by-node bandwidth-transmitted-tcp [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bandwidth-transmitted-tcp-forward#

Total TCP bandwidth sent in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-node bandwidth-transmitted-tcp-forward [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bandwidth-transmitted-tcp-reverse#

Total TCP bandwidth sent in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-node bandwidth-transmitted-tcp-reverse [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bandwidth-transmitted-udp#

Total UDP bandwidth sent (bytes per second)

Usage#

show stats aggregate-session by-node bandwidth-transmitted-udp [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bandwidth-transmitted-udp-forward#

Total UDP bandwidth sent in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-node bandwidth-transmitted-udp-forward [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bandwidth-transmitted-udp-reverse#

Total UDP bandwidth sent in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-node bandwidth-transmitted-udp-reverse [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bandwidth-udp#

Total UDP bandwidth (bytes per second)

Usage#

show stats aggregate-session by-node bandwidth-udp [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bytes#

Total bytes

Usage#

show stats aggregate-session by-node bytes [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bytes-dropped-forward#

Total bytes dropped in error for active sessions in the forward direction

Usage#

show stats aggregate-session by-node bytes-dropped-forward [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bytes-dropped-other-protocol-forward#

Total bytes dropped for active sessions using other protocols in the forward direction

Usage#

show stats aggregate-session by-node bytes-dropped-other-protocol-forward [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bytes-dropped-other-protocol-reverse#

Total bytes dropped for active sessions using other protocols in the reverse direction

Usage#

show stats aggregate-session by-node bytes-dropped-other-protocol-reverse [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bytes-dropped-reverse#

Total bytes dropped in error for active sessions in the reverse direction

Usage#

show stats aggregate-session by-node bytes-dropped-reverse [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bytes-dropped-tcp-forward#

Total TCP bytes dropped in error for active sessions in the forward direction

Usage#

show stats aggregate-session by-node bytes-dropped-tcp-forward [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bytes-dropped-tcp-reverse#

Total TCP bytes dropped in error for active sessions in the reverse direction

Usage#

show stats aggregate-session by-node bytes-dropped-tcp-reverse [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bytes-dropped-udp-forward#

Total UDP bytes dropped in error for active sessions in the forward direction

Usage#

show stats aggregate-session by-node bytes-dropped-udp-forward [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bytes-dropped-udp-reverse#

Total UDP bytes dropped in error for active sessions in the reverse direction

Usage#

show stats aggregate-session by-node bytes-dropped-udp-reverse [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bytes-other-protocol#

Total bytes for active sessions using other protocols

Usage#

show stats aggregate-session by-node bytes-other-protocol [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bytes-received#

Total bytes received for active sessions

Usage#

show stats aggregate-session by-node bytes-received [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bytes-received-forward#

Total bytes received for active sessions in the forward direction

Usage#

show stats aggregate-session by-node bytes-received-forward [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bytes-received-other-protocol#

Total bytes received for active sessions using other protocols

Usage#

show stats aggregate-session by-node bytes-received-other-protocol [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bytes-received-other-protocol-forward#

Total bytes received for active sessions using other protocols in the forward direction

Usage#

show stats aggregate-session by-node bytes-received-other-protocol-forward [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bytes-received-other-protocol-reverse#

Total bytes received for active sessions using other protocols in the reverse direction

Usage#

show stats aggregate-session by-node bytes-received-other-protocol-reverse [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bytes-received-reverse#

Total bytes received for active sessions in the reverse direction

Usage#

show stats aggregate-session by-node bytes-received-reverse [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bytes-received-tcp#

Total TCP bytes received for active sessions

Usage#

show stats aggregate-session by-node bytes-received-tcp [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bytes-received-tcp-forward#

Total TCP bytes received for active sessions in the forward direction

Usage#

show stats aggregate-session by-node bytes-received-tcp-forward [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bytes-received-tcp-reverse#

Total TCP bytes received for active sessions in the reverse direction

Usage#

show stats aggregate-session by-node bytes-received-tcp-reverse [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bytes-received-udp#

Total UDP bytes received for active sessions

Usage#

show stats aggregate-session by-node bytes-received-udp [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bytes-received-udp-forward#

Total UDP bytes received for active sessions in the forward direction

Usage#

show stats aggregate-session by-node bytes-received-udp-forward [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bytes-received-udp-reverse#

Total UDP bytes received for active sessions in the reverse direction

Usage#

show stats aggregate-session by-node bytes-received-udp-reverse [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bytes-tcp#

Total TCP bytes for active sessions

Usage#

show stats aggregate-session by-node bytes-tcp [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bytes-transmitted#

Total bytes sent for active sessions

Usage#

show stats aggregate-session by-node bytes-transmitted [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bytes-transmitted-forward#

Total bytes sent for active sessions in the forward direction

Usage#

show stats aggregate-session by-node bytes-transmitted-forward [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bytes-transmitted-other-protocol#

Total bytes sent for active sessions using other protocols

Usage#

show stats aggregate-session by-node bytes-transmitted-other-protocol [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bytes-transmitted-other-protocol-forward#

Total bytes sent for active sessions using other protocols in the forward direction

Usage#

show stats aggregate-session by-node bytes-transmitted-other-protocol-forward [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bytes-transmitted-other-protocol-reverse#

Total bytes sent for active sessions using other protocols in the reverse direction

Usage#

show stats aggregate-session by-node bytes-transmitted-other-protocol-reverse [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bytes-transmitted-reverse#

Total bytes sent for active sessions in the reverse direction

Usage#

show stats aggregate-session by-node bytes-transmitted-reverse [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bytes-transmitted-tcp#

Total TCP bytes sent for active sessions

Usage#

show stats aggregate-session by-node bytes-transmitted-tcp [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bytes-transmitted-tcp-forward#

Total TCP bytes sent for active sessions in the forward direction

Usage#

show stats aggregate-session by-node bytes-transmitted-tcp-forward [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bytes-transmitted-tcp-reverse#

Total TCP bytes sent for active sessions in the reverse direction

Usage#

show stats aggregate-session by-node bytes-transmitted-tcp-reverse [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bytes-transmitted-udp#

Total UDP bytes sent for active sessions

Usage#

show stats aggregate-session by-node bytes-transmitted-udp [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bytes-transmitted-udp-forward#

Total UDP bytes sent for active sessions in the forward direction

Usage#

show stats aggregate-session by-node bytes-transmitted-udp-forward [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bytes-transmitted-udp-reverse#

Total UDP bytes sent for active sessions in the reverse direction

Usage#

show stats aggregate-session by-node bytes-transmitted-udp-reverse [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node bytes-udp#

Total UDP bytes for active sessions

Usage#

show stats aggregate-session by-node bytes-udp [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node gross-entitlement#

Total bandwidth of sessions, gross input for entitlement (bytes per second)

Usage#

show stats aggregate-session by-node gross-entitlement [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node packets#

Total packets (packets per second)

Usage#

show stats aggregate-session by-node packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node packets-dropped-forward#

Total packets dropped in error for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-node packets-dropped-forward [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node packets-dropped-other-protocol-forward#

Total packets dropped for active sessions using other protocols in the forward direction (packets per second)

Usage#

show stats aggregate-session by-node packets-dropped-other-protocol-forward [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node packets-dropped-other-protocol-reverse#

Total packets dropped for active sessions using other protocols in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-node packets-dropped-other-protocol-reverse [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node packets-dropped-reverse#

Total packets dropped in error for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-node packets-dropped-reverse [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node packets-dropped-tcp-forward#

Total TCP packets dropped in error for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-node packets-dropped-tcp-forward [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node packets-dropped-tcp-reverse#

Total TCP packets dropped in error for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-node packets-dropped-tcp-reverse [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node packets-dropped-udp-forward#

Total UDP packets dropped in error for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-node packets-dropped-udp-forward [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node packets-dropped-udp-reverse#

Total UDP packets dropped in error for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-node packets-dropped-udp-reverse [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node packets-other-protocol#

Total packets for active sessions using other protocols (packets per second)

Usage#

show stats aggregate-session by-node packets-other-protocol [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node packets-received#

Total packets received for active sessions (packets per second)

Usage#

show stats aggregate-session by-node packets-received [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node packets-received-forward#

Total packets received for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-node packets-received-forward [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node packets-received-other-protocol#

Total packets received for active sessions using other protocols (packets per second)

Usage#

show stats aggregate-session by-node packets-received-other-protocol [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node packets-received-other-protocol-forward#

Total packets received for active sessions using other protocols in the forward direction (packets per second)

Usage#

show stats aggregate-session by-node packets-received-other-protocol-forward [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node packets-received-other-protocol-reverse#

Total packets received for active sessions using other protocols in reverse direction (packets per second)

Usage#

show stats aggregate-session by-node packets-received-other-protocol-reverse [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node packets-received-reverse#

Total packets received for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-node packets-received-reverse [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node packets-received-tcp#

Total TCP packets received for active sessions (packets per second)

Usage#

show stats aggregate-session by-node packets-received-tcp [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node packets-received-tcp-forward#

Total TCP packets received for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-node packets-received-tcp-forward [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node packets-received-tcp-reverse#

Total TCP packets received for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-node packets-received-tcp-reverse [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node packets-received-udp#

Total UDP packets received for active sessions (packets per second)

Usage#

show stats aggregate-session by-node packets-received-udp [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node packets-received-udp-forward#

Total UDP packets received for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-node packets-received-udp-forward [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node packets-received-udp-reverse#

Total UDP packets received for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-node packets-received-udp-reverse [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node packets-tcp#

Total TCP packets for active sessions (packets per second)

Usage#

show stats aggregate-session by-node packets-tcp [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node packets-transmitted#

Total packets sent for active sessions (packets per second)

Usage#

show stats aggregate-session by-node packets-transmitted [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node packets-transmitted-forward#

Total packets sent for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-node packets-transmitted-forward [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node packets-transmitted-other-protocol#

Total packets sent for active sessions using other protocols (packets per second)

Usage#

show stats aggregate-session by-node packets-transmitted-other-protocol [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node packets-transmitted-other-protocol-forward#

Total packets sent for active sessions using other protocols in the forward direction (packets per second)

Usage#

show stats aggregate-session by-node packets-transmitted-other-protocol-forward [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node packets-transmitted-other-protocol-reverse#

Total packets sent for active sessions using other protocols in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-node packets-transmitted-other-protocol-reverse [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node packets-transmitted-reverse#

Total packets sent for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-node packets-transmitted-reverse [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node packets-transmitted-tcp#

Total TCP packets sent for active sessions (packets per second)

Usage#

show stats aggregate-session by-node packets-transmitted-tcp [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node packets-transmitted-tcp-forward#

Total TCP packets sent for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-node packets-transmitted-tcp-forward [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node packets-transmitted-tcp-reverse#

Total TCP packets sent for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-node packets-transmitted-tcp-reverse [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node packets-transmitted-udp#

Total UDP packets sent for active sessions (packets per second)

Usage#

show stats aggregate-session by-node packets-transmitted-udp [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node packets-transmitted-udp-forward#

Total UDP packets sent for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-node packets-transmitted-udp-forward [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node packets-transmitted-udp-reverse#

Total UDP packets sent for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-node packets-transmitted-udp-reverse [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node packets-udp#

Total UDP packets for active sessions (packets per second)

Usage#

show stats aggregate-session by-node packets-udp [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node session-arrival-rate#

Rate of arrival for new sessions per unit time (sessions per second)

Usage#

show stats aggregate-session by-node session-arrival-rate [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node session-count#

Total number of active sessions

Usage#

show stats aggregate-session by-node session-count [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node session-departure-rate#

Rate of departure for terminated sessions per unit time (session departures per second)

Usage#

show stats aggregate-session by-node session-departure-rate [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node tcp-bad-flag-combinations#

Total number of TCP bad flag combinations received for active sessions (packets per second)

Usage#

show stats aggregate-session by-node tcp-bad-flag-combinations [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node tcp-bad-flag-combinations-forward#

Total number of TCP bad flag combinations received for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-node tcp-bad-flag-combinations-forward [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node tcp-bad-flag-combinations-reverse#

Total number of TCP bad flag combinations received for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-node tcp-bad-flag-combinations-reverse [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node tcp-invalid-state-transitions#

Total TCP invalid state transitions received for active sessions (packets per second)

Usage#

show stats aggregate-session by-node tcp-invalid-state-transitions [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node tcp-invalid-state-transitions-forward#

Total TCP invalid state transitions received for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-node tcp-invalid-state-transitions-forward [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node tcp-invalid-state-transitions-reverse#

Total TCP invalid state transitions received for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-node tcp-invalid-state-transitions-reverse [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node tcp-out-of-order#

Total number of TCP data received for active sessions that was out of order (packets per second)

Usage#

show stats aggregate-session by-node tcp-out-of-order [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node tcp-out-of-order-forward#

Total number of TCP data received for active sessions that was out of order in the forward direction (packets per second)

Usage#

show stats aggregate-session by-node tcp-out-of-order-forward [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node tcp-out-of-order-reverse#

Total number of TCP data received for active sessions that was out of order in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-node tcp-out-of-order-reverse [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node tcp-out-of-window#

Total number of TCP data received for active sessions that was out of window (packets per second)

Usage#

show stats aggregate-session by-node tcp-out-of-window [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node tcp-out-of-window-forward#

Total number of TCP data received for active sessions that was out of window in the forward direction (packets per second)

Usage#

show stats aggregate-session by-node tcp-out-of-window-forward [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node tcp-out-of-window-reverse#

Total number of TCP data received for active sessions that was out of window in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-node tcp-out-of-window-reverse [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node tcp-resets#

Total TCP resets for active sessions (resets per second)

Usage#

show stats aggregate-session by-node tcp-resets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node tcp-resets-received#

Total TCP resets received for active sessions (resets per second)

Usage#

show stats aggregate-session by-node tcp-resets-received [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node tcp-resets-received-forward#

Total TCP resets received for active sessions in the forward direction (resets per second)

Usage#

show stats aggregate-session by-node tcp-resets-received-forward [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node tcp-resets-received-reverse#

Total TCP resets received for active sessions in the reverse direction (resets per second)

Usage#

show stats aggregate-session by-node tcp-resets-received-reverse [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node tcp-resets-transmitted#

Total TCP resets sent for active sessions (resets per second)

Usage#

show stats aggregate-session by-node tcp-resets-transmitted [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node tcp-resets-transmitted-forward#

Total number of TCP resets sent for active sessions in the forward direction (resets per second)

Usage#

show stats aggregate-session by-node tcp-resets-transmitted-forward [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node tcp-resets-transmitted-reverse#

Total number of TCP resets sent for active sessions in the reverse direction (resets per second)

Usage#

show stats aggregate-session by-node tcp-resets-transmitted-reverse [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node tcp-retransmissions#

Total TCP data retransmissions for active sessions (retransmissions per second)

Usage#

show stats aggregate-session by-node tcp-retransmissions [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node tcp-retransmissions-received#

Total number of TCP data retransmissions received for active sessions (retransmissions per second)

Usage#

show stats aggregate-session by-node tcp-retransmissions-received [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node tcp-retransmissions-received-forward#

Total number of TCP data retransmissions received for active sessions in the forward direction (retransmissions per second)

Usage#

show stats aggregate-session by-node tcp-retransmissions-received-forward [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node tcp-retransmissions-received-reverse#

Total number of TCP data retransmissions received for active sessions in the reverse direction (retransmissions per second)

Usage#

show stats aggregate-session by-node tcp-retransmissions-received-reverse [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node tcp-retransmissions-transmitted#

Total number of TCP data retransmissions sent for active sessions (retransmissions per second)

Usage#

show stats aggregate-session by-node tcp-retransmissions-transmitted [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node tcp-retransmissions-transmitted-forward#

Total number of TCP data retransmissions sent for active sessions in the forward direction (retransmissions per second)

Usage#

show stats aggregate-session by-node tcp-retransmissions-transmitted-forward [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-node tcp-retransmissions-transmitted-reverse#

Total number of TCP data retransmissions sent for active sessions in the reverse direction (retransmissions per second)

Usage#

show stats aggregate-session by-node tcp-retransmissions-transmitted-reverse [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service#

Statistics aggregated by service

Usage#

show stats aggregate-session by-service [service <service>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
bandwidthTotal bandwidth of active sessions (bytes per second)
bandwidth-other-protocolTotal bandwidth for other protocols (bytes per second)
bandwidth-receivedTotal received bandwidth (bytes per second)
bandwidth-received-forwardTotal received bandwidth in the forward direction (bytes per second)
bandwidth-received-other-protocolTotal bandwidth received for other protocols (bytes per second)
bandwidth-received-other-protocol-forwardTotal bandwidth received in the forward direction for other protocols (bytes per second)
bandwidth-received-other-protocol-reverseTotal bandwidth received in the reverse direction for other protocols (bytes per second)
bandwidth-received-reverseTotal received bandwidth in the reverse direction (bytes per second)
bandwidth-received-tcpTotal TCP bandwidth received (bytes per second)
bandwidth-received-tcp-forwardTotal TCP bandwidth received in the forward direction (bytes per second)
bandwidth-received-tcp-reverseTotal TCP bandwidth received in the reverse direction (bytes per second)
bandwidth-received-udpTotal UDP bandwidth received (bytes per second)
bandwidth-received-udp-forwardTotal UDP bandwidth received in the forward direction (bytes per second)
bandwidth-received-udp-reverseTotal UDP bandwidth received in the reverse direction (bytes per second)
bandwidth-tcpTotal TCP bandwidth (bytes per second)
bandwidth-transmittedTotal sent bandwidth (bytes per second)
bandwidth-transmitted-forwardTotal sent bandwidth in the forward direction (bytes per second)
bandwidth-transmitted-other-protocolTotal bandwidth sent for other protocols (bytes per second)
bandwidth-transmitted-other-protocol-forwardTotal bandwidth sent in the forward direction for other protocols (bytes per second)
bandwidth-transmitted-other-protocol-reverseTotal bandwidth sent in the reverse direction for other protocols (bytes per second)
bandwidth-transmitted-reverseTotal sent bandwidth in the reverse direction (bytes per second)
bandwidth-transmitted-tcpTotal TCP bandwidth sent (bytes per second)
bandwidth-transmitted-tcp-forwardTotal TCP bandwidth sent in the forward direction (bytes per second)
bandwidth-transmitted-tcp-reverseTotal TCP bandwidth sent in the reverse direction (bytes per second)
bandwidth-transmitted-udpTotal UDP bandwidth sent (bytes per second)
bandwidth-transmitted-udp-forwardTotal UDP bandwidth sent in the forward direction (bytes per second)
bandwidth-transmitted-udp-reverseTotal UDP bandwidth sent in the reverse direction (bytes per second)
bandwidth-udpTotal UDP bandwidth (bytes per second)
bytesTotal bytes
bytes-dropped-forwardTotal bytes dropped in error for active sessions in the forward direction
bytes-dropped-other-protocol-forwardTotal bytes dropped for active sessions using other protocols in the forward direction
bytes-dropped-other-protocol-reverseTotal bytes dropped for active sessions using other protocols in the reverse direction
bytes-dropped-reverseTotal bytes dropped in error for active sessions in the reverse direction
bytes-dropped-tcp-forwardTotal TCP bytes dropped in error for active sessions in the forward direction
bytes-dropped-tcp-reverseTotal TCP bytes dropped in error for active sessions in the reverse direction
bytes-dropped-udp-forwardTotal UDP bytes dropped in error for active sessions in the forward direction
bytes-dropped-udp-reverseTotal UDP bytes dropped in error for active sessions in the reverse direction
bytes-other-protocolTotal bytes for active sessions using other protocols
bytes-receivedTotal bytes received for active sessions
bytes-received-forwardTotal bytes received for active sessions in the forward direction
bytes-received-other-protocolTotal bytes received for active sessions using other protocols
bytes-received-other-protocol-forwardTotal bytes received for active sessions using other protocols in the forward direction
bytes-received-other-protocol-reverseTotal bytes received for active sessions using other protocols in the reverse direction
bytes-received-reverseTotal bytes received for active sessions in the reverse direction
bytes-received-tcpTotal TCP bytes received for active sessions
bytes-received-tcp-forwardTotal TCP bytes received for active sessions in the forward direction
bytes-received-tcp-reverseTotal TCP bytes received for active sessions in the reverse direction
bytes-received-udpTotal UDP bytes received for active sessions
bytes-received-udp-forwardTotal UDP bytes received for active sessions in the forward direction
bytes-received-udp-reverseTotal UDP bytes received for active sessions in the reverse direction
bytes-tcpTotal TCP bytes for active sessions
bytes-transmittedTotal bytes sent for active sessions
bytes-transmitted-forwardTotal bytes sent for active sessions in the forward direction
bytes-transmitted-other-protocolTotal bytes sent for active sessions using other protocols
bytes-transmitted-other-protocol-forwardTotal bytes sent for active sessions using other protocols in the forward direction
bytes-transmitted-other-protocol-reverseTotal bytes sent for active sessions using other protocols in the reverse direction
bytes-transmitted-reverseTotal bytes sent for active sessions in the reverse direction
bytes-transmitted-tcpTotal TCP bytes sent for active sessions
bytes-transmitted-tcp-forwardTotal TCP bytes sent for active sessions in the forward direction
bytes-transmitted-tcp-reverseTotal TCP bytes sent for active sessions in the reverse direction
bytes-transmitted-udpTotal UDP bytes sent for active sessions
bytes-transmitted-udp-forwardTotal UDP bytes sent for active sessions in the forward direction
bytes-transmitted-udp-reverseTotal UDP bytes sent for active sessions in the reverse direction
bytes-udpTotal UDP bytes for active sessions
packetsTotal packets (packets per second)
packets-dropped-forwardTotal packets dropped in error for active sessions in the forward direction (packets per second)
packets-dropped-other-protocol-forwardTotal packets dropped for active sessions using other protocols in the forward direction (packets per second)
packets-dropped-other-protocol-reverseTotal packets dropped for active sessions using other protocols in the reverse direction (packets per second)
packets-dropped-reverseTotal packets dropped in error for active sessions in the reverse direction (packets per second)
packets-dropped-tcp-forwardTotal TCP packets dropped in error for active sessions in the forward direction (packets per second)
packets-dropped-tcp-reverseTotal TCP packets dropped in error for active sessions in the reverse direction (packets per second)
packets-dropped-udp-forwardTotal UDP packets dropped in error for active sessions in the forward direction (packets per second)
packets-dropped-udp-reverseTotal UDP packets dropped in error for active sessions in the reverse direction (packets per second)
packets-other-protocolTotal packets for active sessions using other protocols (packets per second)
packets-receivedTotal packets received for active sessions (packets per second)
packets-received-forwardTotal packets received for active sessions in the forward direction (packets per second)
packets-received-other-protocolTotal packets received for active sessions using other protocols (packets per second)
packets-received-other-protocol-forwardTotal packets received for active sessions using other protocols in the forward direction (packets per second)
packets-received-other-protocol-reverseTotal packets received for active sessions using other protocols in reverse direction (packets per second)
packets-received-reverseTotal packets received for active sessions in the reverse direction (packets per second)
packets-received-tcpTotal TCP packets received for active sessions (packets per second)
packets-received-tcp-forwardTotal TCP packets received for active sessions in the forward direction (packets per second)
packets-received-tcp-reverseTotal TCP packets received for active sessions in the reverse direction (packets per second)
packets-received-udpTotal UDP packets received for active sessions (packets per second)
packets-received-udp-forwardTotal UDP packets received for active sessions in the forward direction (packets per second)
packets-received-udp-reverseTotal UDP packets received for active sessions in the reverse direction (packets per second)
packets-tcpTotal TCP packets for active sessions (packets per second)
packets-transmittedTotal packets sent for active sessions (packets per second)
packets-transmitted-forwardTotal packets sent for active sessions in the forward direction (packets per second)
packets-transmitted-other-protocolTotal packets sent for active sessions using other protocols (packets per second)
packets-transmitted-other-protocol-forwardTotal packets sent for active sessions using other protocols in the forward direction (packets per second)
packets-transmitted-other-protocol-reverseTotal packets sent for active sessions using other protocols in the reverse direction (packets per second)
packets-transmitted-reverseTotal packets sent for active sessions in the reverse direction (packets per second)
packets-transmitted-tcpTotal TCP packets sent for active sessions (packets per second)
packets-transmitted-tcp-forwardTotal TCP packets sent for active sessions in the forward direction (packets per second)
packets-transmitted-tcp-reverseTotal TCP packets sent for active sessions in the reverse direction (packets per second)
packets-transmitted-udpTotal UDP packets sent for active sessions (packets per second)
packets-transmitted-udp-forwardTotal UDP packets sent for active sessions in the forward direction (packets per second)
packets-transmitted-udp-reverseTotal UDP packets sent for active sessions in the reverse direction (packets per second)
packets-udpTotal UDP packets for active sessions (packets per second)
session-arrival-rateRate of arrival for new sessions per unit time (sessions per second)
session-countTotal number of active sessions
session-departure-rateRate of departure for terminated sessions per unit time (session departures per second)
tcp-bad-flag-combinationsTotal number of TCP bad flag combinations received for active sessions (packets per second)
tcp-bad-flag-combinations-forwardTotal number of TCP bad flag combinations received for active sessions in the forward direction (packets per second)
tcp-bad-flag-combinations-reverseTotal number of TCP bad flag combinations received for active sessions in the reverse direction (packets per second)
tcp-invalid-state-transitionsTotal TCP invalid state transitions received for active sessions (packets per second)
tcp-invalid-state-transitions-forwardTotal TCP invalid state transitions received for active sessions in the forward direction (packets per second)
tcp-invalid-state-transitions-reverseTotal TCP invalid state transitions received for active sessions in the reverse direction (packets per second)
tcp-out-of-orderTotal number of TCP data received for active sessions that was out of order (packets per second)
tcp-out-of-order-forwardTotal number of TCP data received for active sessions that was out of order in the forward direction (packets per second)
tcp-out-of-order-reverseTotal number of TCP data received for active sessions that was out of order in the reverse direction (packets per second)
tcp-out-of-windowTotal number of TCP data received for active sessions that was out of window (packets per second)
tcp-out-of-window-forwardTotal number of TCP data received for active sessions that was out of window in the forward direction (packets per second)
tcp-out-of-window-reverseTotal number of TCP data received for active sessions that was out of window in the reverse direction (packets per second)
tcp-resetsTotal TCP resets for active sessions (resets per second)
tcp-resets-receivedTotal TCP resets received for active sessions (resets per second)
tcp-resets-received-forwardTotal TCP resets received for active sessions in the forward direction (resets per second)
tcp-resets-received-reverseTotal TCP resets received for active sessions in the reverse direction (resets per second)
tcp-resets-transmittedTotal TCP resets sent for active sessions (resets per second)
tcp-resets-transmitted-forwardTotal number of TCP resets sent for active sessions in the forward direction (resets per second)
tcp-resets-transmitted-reverseTotal number of TCP resets sent for active sessions in the reverse direction (resets per second)
tcp-retransmissionsTotal TCP data retransmissions for active sessions (retransmissions per second)
tcp-retransmissions-receivedTotal number of TCP data retransmissions received for active sessions (retransmissions per second)
tcp-retransmissions-received-forwardTotal number of TCP data retransmissions received for active sessions in the forward direction (retransmissions per second)
tcp-retransmissions-received-reverseTotal number of TCP data retransmissions received for active sessions in the reverse direction (retransmissions per second)
tcp-retransmissions-transmittedTotal number of TCP data retransmissions sent for active sessions (retransmissions per second)
tcp-retransmissions-transmitted-forwardTotal number of TCP data retransmissions sent for active sessions in the forward direction (retransmissions per second)
tcp-retransmissions-transmitted-reverseTotal number of TCP data retransmissions sent for active sessions in the reverse direction (retransmissions per second)

show stats aggregate-session by-service bandwidth#

Total bandwidth of active sessions (bytes per second)

Usage#

show stats aggregate-session by-service bandwidth [service <service>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bandwidth-other-protocol#

Total bandwidth for other protocols (bytes per second)

Usage#

show stats aggregate-session by-service bandwidth-other-protocol [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bandwidth-received#

Total received bandwidth (bytes per second)

Usage#

show stats aggregate-session by-service bandwidth-received [service <service>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bandwidth-received-forward#

Total received bandwidth in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-service bandwidth-received-forward [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bandwidth-received-other-protocol#

Total bandwidth received for other protocols (bytes per second)

Usage#

show stats aggregate-session by-service bandwidth-received-other-protocol [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bandwidth-received-other-protocol-forward#

Total bandwidth received in the forward direction for other protocols (bytes per second)

Usage#

show stats aggregate-session by-service bandwidth-received-other-protocol-forward [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bandwidth-received-other-protocol-reverse#

Total bandwidth received in the reverse direction for other protocols (bytes per second)

Usage#

show stats aggregate-session by-service bandwidth-received-other-protocol-reverse [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bandwidth-received-reverse#

Total received bandwidth in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-service bandwidth-received-reverse [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bandwidth-received-tcp#

Total TCP bandwidth received (bytes per second)

Usage#

show stats aggregate-session by-service bandwidth-received-tcp [service <service>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bandwidth-received-tcp-forward#

Total TCP bandwidth received in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-service bandwidth-received-tcp-forward [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bandwidth-received-tcp-reverse#

Total TCP bandwidth received in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-service bandwidth-received-tcp-reverse [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bandwidth-received-udp#

Total UDP bandwidth received (bytes per second)

Usage#

show stats aggregate-session by-service bandwidth-received-udp [service <service>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bandwidth-received-udp-forward#

Total UDP bandwidth received in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-service bandwidth-received-udp-forward [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bandwidth-received-udp-reverse#

Total UDP bandwidth received in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-service bandwidth-received-udp-reverse [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bandwidth-tcp#

Total TCP bandwidth (bytes per second)

Usage#

show stats aggregate-session by-service bandwidth-tcp [service <service>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bandwidth-transmitted#

Total sent bandwidth (bytes per second)

Usage#

show stats aggregate-session by-service bandwidth-transmitted [service <service>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bandwidth-transmitted-forward#

Total sent bandwidth in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-service bandwidth-transmitted-forward [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bandwidth-transmitted-other-protocol#

Total bandwidth sent for other protocols (bytes per second)

Usage#

show stats aggregate-session by-service bandwidth-transmitted-other-protocol [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bandwidth-transmitted-other-protocol-forward#

Total bandwidth sent in the forward direction for other protocols (bytes per second)

Usage#

show stats aggregate-session by-service bandwidth-transmitted-other-protocol-forward [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bandwidth-transmitted-other-protocol-reverse#

Total bandwidth sent in the reverse direction for other protocols (bytes per second)

Usage#

show stats aggregate-session by-service bandwidth-transmitted-other-protocol-reverse [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bandwidth-transmitted-reverse#

Total sent bandwidth in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-service bandwidth-transmitted-reverse [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bandwidth-transmitted-tcp#

Total TCP bandwidth sent (bytes per second)

Usage#

show stats aggregate-session by-service bandwidth-transmitted-tcp [service <service>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bandwidth-transmitted-tcp-forward#

Total TCP bandwidth sent in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-service bandwidth-transmitted-tcp-forward [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bandwidth-transmitted-tcp-reverse#

Total TCP bandwidth sent in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-service bandwidth-transmitted-tcp-reverse [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bandwidth-transmitted-udp#

Total UDP bandwidth sent (bytes per second)

Usage#

show stats aggregate-session by-service bandwidth-transmitted-udp [service <service>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bandwidth-transmitted-udp-forward#

Total UDP bandwidth sent in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-service bandwidth-transmitted-udp-forward [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bandwidth-transmitted-udp-reverse#

Total UDP bandwidth sent in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-service bandwidth-transmitted-udp-reverse [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bandwidth-udp#

Total UDP bandwidth (bytes per second)

Usage#

show stats aggregate-session by-service bandwidth-udp [service <service>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bytes#

Total bytes

Usage#

show stats aggregate-session by-service bytes [service <service>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bytes-dropped-forward#

Total bytes dropped in error for active sessions in the forward direction

Usage#

show stats aggregate-session by-service bytes-dropped-forward [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bytes-dropped-other-protocol-forward#

Total bytes dropped for active sessions using other protocols in the forward direction

Usage#

show stats aggregate-session by-service bytes-dropped-other-protocol-forward [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bytes-dropped-other-protocol-reverse#

Total bytes dropped for active sessions using other protocols in the reverse direction

Usage#

show stats aggregate-session by-service bytes-dropped-other-protocol-reverse [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bytes-dropped-reverse#

Total bytes dropped in error for active sessions in the reverse direction

Usage#

show stats aggregate-session by-service bytes-dropped-reverse [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bytes-dropped-tcp-forward#

Total TCP bytes dropped in error for active sessions in the forward direction

Usage#

show stats aggregate-session by-service bytes-dropped-tcp-forward [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bytes-dropped-tcp-reverse#

Total TCP bytes dropped in error for active sessions in the reverse direction

Usage#

show stats aggregate-session by-service bytes-dropped-tcp-reverse [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bytes-dropped-udp-forward#

Total UDP bytes dropped in error for active sessions in the forward direction

Usage#

show stats aggregate-session by-service bytes-dropped-udp-forward [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bytes-dropped-udp-reverse#

Total UDP bytes dropped in error for active sessions in the reverse direction

Usage#

show stats aggregate-session by-service bytes-dropped-udp-reverse [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bytes-other-protocol#

Total bytes for active sessions using other protocols

Usage#

show stats aggregate-session by-service bytes-other-protocol [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bytes-received#

Total bytes received for active sessions

Usage#

show stats aggregate-session by-service bytes-received [service <service>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bytes-received-forward#

Total bytes received for active sessions in the forward direction

Usage#

show stats aggregate-session by-service bytes-received-forward [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bytes-received-other-protocol#

Total bytes received for active sessions using other protocols

Usage#

show stats aggregate-session by-service bytes-received-other-protocol [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bytes-received-other-protocol-forward#

Total bytes received for active sessions using other protocols in the forward direction

Usage#

show stats aggregate-session by-service bytes-received-other-protocol-forward [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bytes-received-other-protocol-reverse#

Total bytes received for active sessions using other protocols in the reverse direction

Usage#

show stats aggregate-session by-service bytes-received-other-protocol-reverse [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bytes-received-reverse#

Total bytes received for active sessions in the reverse direction

Usage#

show stats aggregate-session by-service bytes-received-reverse [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bytes-received-tcp#

Total TCP bytes received for active sessions

Usage#

show stats aggregate-session by-service bytes-received-tcp [service <service>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bytes-received-tcp-forward#

Total TCP bytes received for active sessions in the forward direction

Usage#

show stats aggregate-session by-service bytes-received-tcp-forward [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bytes-received-tcp-reverse#

Total TCP bytes received for active sessions in the reverse direction

Usage#

show stats aggregate-session by-service bytes-received-tcp-reverse [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bytes-received-udp#

Total UDP bytes received for active sessions

Usage#

show stats aggregate-session by-service bytes-received-udp [service <service>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bytes-received-udp-forward#

Total UDP bytes received for active sessions in the forward direction

Usage#

show stats aggregate-session by-service bytes-received-udp-forward [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bytes-received-udp-reverse#

Total UDP bytes received for active sessions in the reverse direction

Usage#

show stats aggregate-session by-service bytes-received-udp-reverse [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bytes-tcp#

Total TCP bytes for active sessions

Usage#

show stats aggregate-session by-service bytes-tcp [service <service>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bytes-transmitted#

Total bytes sent for active sessions

Usage#

show stats aggregate-session by-service bytes-transmitted [service <service>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bytes-transmitted-forward#

Total bytes sent for active sessions in the forward direction

Usage#

show stats aggregate-session by-service bytes-transmitted-forward [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bytes-transmitted-other-protocol#

Total bytes sent for active sessions using other protocols

Usage#

show stats aggregate-session by-service bytes-transmitted-other-protocol [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bytes-transmitted-other-protocol-forward#

Total bytes sent for active sessions using other protocols in the forward direction

Usage#

show stats aggregate-session by-service bytes-transmitted-other-protocol-forward [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bytes-transmitted-other-protocol-reverse#

Total bytes sent for active sessions using other protocols in the reverse direction

Usage#

show stats aggregate-session by-service bytes-transmitted-other-protocol-reverse [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bytes-transmitted-reverse#

Total bytes sent for active sessions in the reverse direction

Usage#

show stats aggregate-session by-service bytes-transmitted-reverse [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bytes-transmitted-tcp#

Total TCP bytes sent for active sessions

Usage#

show stats aggregate-session by-service bytes-transmitted-tcp [service <service>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bytes-transmitted-tcp-forward#

Total TCP bytes sent for active sessions in the forward direction

Usage#

show stats aggregate-session by-service bytes-transmitted-tcp-forward [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bytes-transmitted-tcp-reverse#

Total TCP bytes sent for active sessions in the reverse direction

Usage#

show stats aggregate-session by-service bytes-transmitted-tcp-reverse [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bytes-transmitted-udp#

Total UDP bytes sent for active sessions

Usage#

show stats aggregate-session by-service bytes-transmitted-udp [service <service>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bytes-transmitted-udp-forward#

Total UDP bytes sent for active sessions in the forward direction

Usage#

show stats aggregate-session by-service bytes-transmitted-udp-forward [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bytes-transmitted-udp-reverse#

Total UDP bytes sent for active sessions in the reverse direction

Usage#

show stats aggregate-session by-service bytes-transmitted-udp-reverse [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service bytes-udp#

Total UDP bytes for active sessions

Usage#

show stats aggregate-session by-service bytes-udp [service <service>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service packets#

Total packets (packets per second)

Usage#

show stats aggregate-session by-service packets [service <service>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service packets-dropped-forward#

Total packets dropped in error for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service packets-dropped-forward [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service packets-dropped-other-protocol-forward#

Total packets dropped for active sessions using other protocols in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service packets-dropped-other-protocol-forward [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service packets-dropped-other-protocol-reverse#

Total packets dropped for active sessions using other protocols in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service packets-dropped-other-protocol-reverse [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service packets-dropped-reverse#

Total packets dropped in error for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service packets-dropped-reverse [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service packets-dropped-tcp-forward#

Total TCP packets dropped in error for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service packets-dropped-tcp-forward [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service packets-dropped-tcp-reverse#

Total TCP packets dropped in error for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service packets-dropped-tcp-reverse [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service packets-dropped-udp-forward#

Total UDP packets dropped in error for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service packets-dropped-udp-forward [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service packets-dropped-udp-reverse#

Total UDP packets dropped in error for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service packets-dropped-udp-reverse [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service packets-other-protocol#

Total packets for active sessions using other protocols (packets per second)

Usage#

show stats aggregate-session by-service packets-other-protocol [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service packets-received#

Total packets received for active sessions (packets per second)

Usage#

show stats aggregate-session by-service packets-received [service <service>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service packets-received-forward#

Total packets received for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service packets-received-forward [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service packets-received-other-protocol#

Total packets received for active sessions using other protocols (packets per second)

Usage#

show stats aggregate-session by-service packets-received-other-protocol [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service packets-received-other-protocol-forward#

Total packets received for active sessions using other protocols in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service packets-received-other-protocol-forward [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service packets-received-other-protocol-reverse#

Total packets received for active sessions using other protocols in reverse direction (packets per second)

Usage#

show stats aggregate-session by-service packets-received-other-protocol-reverse [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service packets-received-reverse#

Total packets received for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service packets-received-reverse [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service packets-received-tcp#

Total TCP packets received for active sessions (packets per second)

Usage#

show stats aggregate-session by-service packets-received-tcp [service <service>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service packets-received-tcp-forward#

Total TCP packets received for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service packets-received-tcp-forward [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service packets-received-tcp-reverse#

Total TCP packets received for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service packets-received-tcp-reverse [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service packets-received-udp#

Total UDP packets received for active sessions (packets per second)

Usage#

show stats aggregate-session by-service packets-received-udp [service <service>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service packets-received-udp-forward#

Total UDP packets received for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service packets-received-udp-forward [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service packets-received-udp-reverse#

Total UDP packets received for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service packets-received-udp-reverse [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service packets-tcp#

Total TCP packets for active sessions (packets per second)

Usage#

show stats aggregate-session by-service packets-tcp [service <service>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service packets-transmitted#

Total packets sent for active sessions (packets per second)

Usage#

show stats aggregate-session by-service packets-transmitted [service <service>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service packets-transmitted-forward#

Total packets sent for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service packets-transmitted-forward [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service packets-transmitted-other-protocol#

Total packets sent for active sessions using other protocols (packets per second)

Usage#

show stats aggregate-session by-service packets-transmitted-other-protocol [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service packets-transmitted-other-protocol-forward#

Total packets sent for active sessions using other protocols in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service packets-transmitted-other-protocol-forward [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service packets-transmitted-other-protocol-reverse#

Total packets sent for active sessions using other protocols in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service packets-transmitted-other-protocol-reverse [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service packets-transmitted-reverse#

Total packets sent for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service packets-transmitted-reverse [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service packets-transmitted-tcp#

Total TCP packets sent for active sessions (packets per second)

Usage#

show stats aggregate-session by-service packets-transmitted-tcp [service <service>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service packets-transmitted-tcp-forward#

Total TCP packets sent for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service packets-transmitted-tcp-forward [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service packets-transmitted-tcp-reverse#

Total TCP packets sent for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service packets-transmitted-tcp-reverse [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service packets-transmitted-udp#

Total UDP packets sent for active sessions (packets per second)

Usage#

show stats aggregate-session by-service packets-transmitted-udp [service <service>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service packets-transmitted-udp-forward#

Total UDP packets sent for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service packets-transmitted-udp-forward [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service packets-transmitted-udp-reverse#

Total UDP packets sent for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service packets-transmitted-udp-reverse [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service packets-udp#

Total UDP packets for active sessions (packets per second)

Usage#

show stats aggregate-session by-service packets-udp [service <service>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service session-arrival-rate#

Rate of arrival for new sessions per unit time (sessions per second)

Usage#

show stats aggregate-session by-service session-arrival-rate [service <service>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service session-count#

Total number of active sessions

Usage#

show stats aggregate-session by-service session-count [service <service>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service session-departure-rate#

Rate of departure for terminated sessions per unit time (session departures per second)

Usage#

show stats aggregate-session by-service session-departure-rate [service <service>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service tcp-bad-flag-combinations#

Total number of TCP bad flag combinations received for active sessions (packets per second)

Usage#

show stats aggregate-session by-service tcp-bad-flag-combinations [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service tcp-bad-flag-combinations-forward#

Total number of TCP bad flag combinations received for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service tcp-bad-flag-combinations-forward [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service tcp-bad-flag-combinations-reverse#

Total number of TCP bad flag combinations received for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service tcp-bad-flag-combinations-reverse [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service tcp-invalid-state-transitions#

Total TCP invalid state transitions received for active sessions (packets per second)

Usage#

show stats aggregate-session by-service tcp-invalid-state-transitions [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service tcp-invalid-state-transitions-forward#

Total TCP invalid state transitions received for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service tcp-invalid-state-transitions-forward [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service tcp-invalid-state-transitions-reverse#

Total TCP invalid state transitions received for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service tcp-invalid-state-transitions-reverse [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service tcp-out-of-order#

Total number of TCP data received for active sessions that was out of order (packets per second)

Usage#

show stats aggregate-session by-service tcp-out-of-order [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service tcp-out-of-order-forward#

Total number of TCP data received for active sessions that was out of order in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service tcp-out-of-order-forward [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service tcp-out-of-order-reverse#

Total number of TCP data received for active sessions that was out of order in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service tcp-out-of-order-reverse [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service tcp-out-of-window#

Total number of TCP data received for active sessions that was out of window (packets per second)

Usage#

show stats aggregate-session by-service tcp-out-of-window [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service tcp-out-of-window-forward#

Total number of TCP data received for active sessions that was out of window in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service tcp-out-of-window-forward [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service tcp-out-of-window-reverse#

Total number of TCP data received for active sessions that was out of window in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service tcp-out-of-window-reverse [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service tcp-resets#

Total TCP resets for active sessions (resets per second)

Usage#

show stats aggregate-session by-service tcp-resets [service <service>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service tcp-resets-received#

Total TCP resets received for active sessions (resets per second)

Usage#

show stats aggregate-session by-service tcp-resets-received [service <service>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service tcp-resets-received-forward#

Total TCP resets received for active sessions in the forward direction (resets per second)

Usage#

show stats aggregate-session by-service tcp-resets-received-forward [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service tcp-resets-received-reverse#

Total TCP resets received for active sessions in the reverse direction (resets per second)

Usage#

show stats aggregate-session by-service tcp-resets-received-reverse [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service tcp-resets-transmitted#

Total TCP resets sent for active sessions (resets per second)

Usage#

show stats aggregate-session by-service tcp-resets-transmitted [service <service>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service tcp-resets-transmitted-forward#

Total number of TCP resets sent for active sessions in the forward direction (resets per second)

Usage#

show stats aggregate-session by-service tcp-resets-transmitted-forward [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service tcp-resets-transmitted-reverse#

Total number of TCP resets sent for active sessions in the reverse direction (resets per second)

Usage#

show stats aggregate-session by-service tcp-resets-transmitted-reverse [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service tcp-retransmissions#

Total TCP data retransmissions for active sessions (retransmissions per second)

Usage#

show stats aggregate-session by-service tcp-retransmissions [service <service>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service tcp-retransmissions-received#

Total number of TCP data retransmissions received for active sessions (retransmissions per second)

Usage#

show stats aggregate-session by-service tcp-retransmissions-received [service <service>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service tcp-retransmissions-received-forward#

Total number of TCP data retransmissions received for active sessions in the forward direction (retransmissions per second)

Usage#

show stats aggregate-session by-service tcp-retransmissions-received-forward [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service tcp-retransmissions-received-reverse#

Total number of TCP data retransmissions received for active sessions in the reverse direction (retransmissions per second)

Usage#

show stats aggregate-session by-service tcp-retransmissions-received-reverse [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service tcp-retransmissions-transmitted#

Total number of TCP data retransmissions sent for active sessions (retransmissions per second)

Usage#

show stats aggregate-session by-service tcp-retransmissions-transmitted [service <service>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service tcp-retransmissions-transmitted-forward#

Total number of TCP data retransmissions sent for active sessions in the forward direction (retransmissions per second)

Usage#

show stats aggregate-session by-service tcp-retransmissions-transmitted-forward [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service tcp-retransmissions-transmitted-reverse#

Total number of TCP data retransmissions sent for active sessions in the reverse direction (retransmissions per second)

Usage#

show stats aggregate-session by-service tcp-retransmissions-transmitted-reverse [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class#

Statistics aggregated by service class

Usage#

show stats aggregate-session by-service-class [service-class <service-class>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
bandwidthTotal bandwidth of active sessions (bytes per second)
bandwidth-other-protocolTotal bandwidth for other protocols (bytes per second)
bandwidth-receivedTotal received bandwidth (bytes per second)
bandwidth-received-forwardTotal received bandwidth in the forward direction (bytes per second)
bandwidth-received-other-protocolTotal bandwidth received for other protocols (bytes per second)
bandwidth-received-other-protocol-forwardTotal bandwidth received in the forward direction for other protocols (bytes per second)
bandwidth-received-other-protocol-reverseTotal bandwidth received in the reverse direction for other protocols (bytes per second)
bandwidth-received-reverseTotal received bandwidth in the reverse direction (bytes per second)
bandwidth-received-tcpTotal TCP bandwidth received (bytes per second)
bandwidth-received-tcp-forwardTotal TCP bandwidth received in the forward direction (bytes per second)
bandwidth-received-tcp-reverseTotal TCP bandwidth received in the reverse direction (bytes per second)
bandwidth-received-udpTotal UDP bandwidth received (bytes per second)
bandwidth-received-udp-forwardTotal UDP bandwidth received in the forward direction (bytes per second)
bandwidth-received-udp-reverseTotal UDP bandwidth received in the reverse direction (bytes per second)
bandwidth-tcpTotal TCP bandwidth (bytes per second)
bandwidth-transmittedTotal sent bandwidth (bytes per second)
bandwidth-transmitted-forwardTotal sent bandwidth in the forward direction (bytes per second)
bandwidth-transmitted-other-protocolTotal bandwidth sent for other protocols (bytes per second)
bandwidth-transmitted-other-protocol-forwardTotal bandwidth sent in the forward direction for other protocols (bytes per second)
bandwidth-transmitted-other-protocol-reverseTotal bandwidth sent in the reverse direction for other protocols (bytes per second)
bandwidth-transmitted-reverseTotal sent bandwidth in the reverse direction (bytes per second)
bandwidth-transmitted-tcpTotal TCP bandwidth sent (bytes per second)
bandwidth-transmitted-tcp-forwardTotal TCP bandwidth sent in the forward direction (bytes per second)
bandwidth-transmitted-tcp-reverseTotal TCP bandwidth sent in the reverse direction (bytes per second)
bandwidth-transmitted-udpTotal UDP bandwidth sent (bytes per second)
bandwidth-transmitted-udp-forwardTotal UDP bandwidth sent in the forward direction (bytes per second)
bandwidth-transmitted-udp-reverseTotal UDP bandwidth sent in the reverse direction (bytes per second)
bandwidth-udpTotal UDP bandwidth (bytes per second)
bytesTotal bytes
bytes-dropped-forwardTotal bytes dropped in error for active sessions in the forward direction
bytes-dropped-other-protocol-forwardTotal bytes dropped for active sessions using other protocols in the forward direction
bytes-dropped-other-protocol-reverseTotal bytes dropped for active sessions using other protocols in the reverse direction
bytes-dropped-reverseTotal bytes dropped in error for active sessions in the reverse direction
bytes-dropped-tcp-forwardTotal TCP bytes dropped in error for active sessions in the forward direction
bytes-dropped-tcp-reverseTotal TCP bytes dropped in error for active sessions in the reverse direction
bytes-dropped-udp-forwardTotal UDP bytes dropped in error for active sessions in the forward direction
bytes-dropped-udp-reverseTotal UDP bytes dropped in error for active sessions in the reverse direction
bytes-other-protocolTotal bytes for active sessions using other protocols
bytes-receivedTotal bytes received for active sessions
bytes-received-forwardTotal bytes received for active sessions in the forward direction
bytes-received-other-protocolTotal bytes received for active sessions using other protocols
bytes-received-other-protocol-forwardTotal bytes received for active sessions using other protocols in the forward direction
bytes-received-other-protocol-reverseTotal bytes received for active sessions using other protocols in the reverse direction
bytes-received-reverseTotal bytes received for active sessions in the reverse direction
bytes-received-tcpTotal TCP bytes received for active sessions
bytes-received-tcp-forwardTotal TCP bytes received for active sessions in the forward direction
bytes-received-tcp-reverseTotal TCP bytes received for active sessions in the reverse direction
bytes-received-udpTotal UDP bytes received for active sessions
bytes-received-udp-forwardTotal UDP bytes received for active sessions in the forward direction
bytes-received-udp-reverseTotal UDP bytes received for active sessions in the reverse direction
bytes-tcpTotal TCP bytes for active sessions
bytes-transmittedTotal bytes sent for active sessions
bytes-transmitted-forwardTotal bytes sent for active sessions in the forward direction
bytes-transmitted-other-protocolTotal bytes sent for active sessions using other protocols
bytes-transmitted-other-protocol-forwardTotal bytes sent for active sessions using other protocols in the forward direction
bytes-transmitted-other-protocol-reverseTotal bytes sent for active sessions using other protocols in the reverse direction
bytes-transmitted-reverseTotal bytes sent for active sessions in the reverse direction
bytes-transmitted-tcpTotal TCP bytes sent for active sessions
bytes-transmitted-tcp-forwardTotal TCP bytes sent for active sessions in the forward direction
bytes-transmitted-tcp-reverseTotal TCP bytes sent for active sessions in the reverse direction
bytes-transmitted-udpTotal UDP bytes sent for active sessions
bytes-transmitted-udp-forwardTotal UDP bytes sent for active sessions in the forward direction
bytes-transmitted-udp-reverseTotal UDP bytes sent for active sessions in the reverse direction
bytes-udpTotal UDP bytes for active sessions
packetsTotal packets (packets per second)
packets-dropped-forwardTotal packets dropped in error for active sessions in the forward direction (packets per second)
packets-dropped-other-protocol-forwardTotal packets dropped for active sessions using other protocols in the forward direction (packets per second)
packets-dropped-other-protocol-reverseTotal packets dropped for active sessions using other protocols in the reverse direction (packets per second)
packets-dropped-reverseTotal packets dropped in error for active sessions in the reverse direction (packets per second)
packets-dropped-tcp-forwardTotal TCP packets dropped in error for active sessions in the forward direction (packets per second)
packets-dropped-tcp-reverseTotal TCP packets dropped in error for active sessions in the reverse direction (packets per second)
packets-dropped-udp-forwardTotal UDP packets dropped in error for active sessions in the forward direction (packets per second)
packets-dropped-udp-reverseTotal UDP packets dropped in error for active sessions in the reverse direction (packets per second)
packets-other-protocolTotal packets for active sessions using other protocols (packets per second)
packets-receivedTotal packets received for active sessions (packets per second)
packets-received-forwardTotal packets received for active sessions in the forward direction (packets per second)
packets-received-other-protocolTotal packets received for active sessions using other protocols (packets per second)
packets-received-other-protocol-forwardTotal packets received for active sessions using other protocols in the forward direction (packets per second)
packets-received-other-protocol-reverseTotal packets received for active sessions using other protocols in reverse direction (packets per second)
packets-received-reverseTotal packets received for active sessions in the reverse direction (packets per second)
packets-received-tcpTotal TCP packets received for active sessions (packets per second)
packets-received-tcp-forwardTotal TCP packets received for active sessions in the forward direction (packets per second)
packets-received-tcp-reverseTotal TCP packets received for active sessions in the reverse direction (packets per second)
packets-received-udpTotal UDP packets received for active sessions (packets per second)
packets-received-udp-forwardTotal UDP packets received for active sessions in the forward direction (packets per second)
packets-received-udp-reverseTotal UDP packets received for active sessions in the reverse direction (packets per second)
packets-tcpTotal TCP packets for active sessions (packets per second)
packets-transmittedTotal packets sent for active sessions (packets per second)
packets-transmitted-forwardTotal packets sent for active sessions in the forward direction (packets per second)
packets-transmitted-other-protocolTotal packets sent for active sessions using other protocols (packets per second)
packets-transmitted-other-protocol-forwardTotal packets sent for active sessions using other protocols in the forward direction (packets per second)
packets-transmitted-other-protocol-reverseTotal packets sent for active sessions using other protocols in the reverse direction (packets per second)
packets-transmitted-reverseTotal packets sent for active sessions in the reverse direction (packets per second)
packets-transmitted-tcpTotal TCP packets sent for active sessions (packets per second)
packets-transmitted-tcp-forwardTotal TCP packets sent for active sessions in the forward direction (packets per second)
packets-transmitted-tcp-reverseTotal TCP packets sent for active sessions in the reverse direction (packets per second)
packets-transmitted-udpTotal UDP packets sent for active sessions (packets per second)
packets-transmitted-udp-forwardTotal UDP packets sent for active sessions in the forward direction (packets per second)
packets-transmitted-udp-reverseTotal UDP packets sent for active sessions in the reverse direction (packets per second)
packets-udpTotal UDP packets for active sessions (packets per second)
session-arrival-rateRate of arrival for new sessions per unit time (sessions per second)
session-countTotal number of active sessions
session-departure-rateRate of departure for terminated sessions per unit time (session departures per second)
tcp-bad-flag-combinationsTotal number of TCP bad flag combinations received for active sessions (packets per second)
tcp-bad-flag-combinations-forwardTotal number of TCP bad flag combinations received for active sessions in the forward direction (packets per second)
tcp-bad-flag-combinations-reverseTotal number of TCP bad flag combinations received for active sessions in the reverse direction (packets per second)
tcp-invalid-state-transitionsTotal TCP invalid state transitions received for active sessions (packets per second)
tcp-invalid-state-transitions-forwardTotal TCP invalid state transitions received for active sessions in the forward direction (packets per second)
tcp-invalid-state-transitions-reverseTotal TCP invalid state transitions received for active sessions in the reverse direction (packets per second)
tcp-out-of-orderTotal number of TCP data received for active sessions that was out of order (packets per second)
tcp-out-of-order-forwardTotal number of TCP data received for active sessions that was out of order in the forward direction (packets per second)
tcp-out-of-order-reverseTotal number of TCP data received for active sessions that was out of order in the reverse direction (packets per second)
tcp-out-of-windowTotal number of TCP data received for active sessions that was out of window (packets per second)
tcp-out-of-window-forwardTotal number of TCP data received for active sessions that was out of window in the forward direction (packets per second)
tcp-out-of-window-reverseTotal number of TCP data received for active sessions that was out of window in the reverse direction (packets per second)
tcp-resetsTotal TCP resets for active sessions (resets per second)
tcp-resets-receivedTotal TCP resets received for active sessions (resets per second)
tcp-resets-received-forwardTotal TCP resets received for active sessions in the forward direction (resets per second)
tcp-resets-received-reverseTotal TCP resets received for active sessions in the reverse direction (resets per second)
tcp-resets-transmittedTotal TCP resets sent for active sessions (resets per second)
tcp-resets-transmitted-forwardTotal number of TCP resets sent for active sessions in the forward direction (resets per second)
tcp-resets-transmitted-reverseTotal number of TCP resets sent for active sessions in the reverse direction (resets per second)
tcp-retransmissionsTotal TCP data retransmissions for active sessions (retransmissions per second)
tcp-retransmissions-receivedTotal number of TCP data retransmissions received for active sessions (retransmissions per second)
tcp-retransmissions-received-forwardTotal number of TCP data retransmissions received for active sessions in the forward direction (retransmissions per second)
tcp-retransmissions-received-reverseTotal number of TCP data retransmissions received for active sessions in the reverse direction (retransmissions per second)
tcp-retransmissions-transmittedTotal number of TCP data retransmissions sent for active sessions (retransmissions per second)
tcp-retransmissions-transmitted-forwardTotal number of TCP data retransmissions sent for active sessions in the forward direction (retransmissions per second)
tcp-retransmissions-transmitted-reverseTotal number of TCP data retransmissions sent for active sessions in the reverse direction (retransmissions per second)

show stats aggregate-session by-service-class bandwidth#

Total bandwidth of active sessions (bytes per second)

Usage#

show stats aggregate-session by-service-class bandwidth [service-class <service-class>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bandwidth-other-protocol#

Total bandwidth for other protocols (bytes per second)

Usage#

show stats aggregate-session by-service-class bandwidth-other-protocol [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bandwidth-received#

Total received bandwidth (bytes per second)

Usage#

show stats aggregate-session by-service-class bandwidth-received [service-class <service-class>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bandwidth-received-forward#

Total received bandwidth in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-service-class bandwidth-received-forward [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bandwidth-received-other-protocol#

Total bandwidth received for other protocols (bytes per second)

Usage#

show stats aggregate-session by-service-class bandwidth-received-other-protocol [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bandwidth-received-other-protocol-forward#

Total bandwidth received in the forward direction for other protocols (bytes per second)

Usage#

show stats aggregate-session by-service-class bandwidth-received-other-protocol-forward [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bandwidth-received-other-protocol-reverse#

Total bandwidth received in the reverse direction for other protocols (bytes per second)

Usage#

show stats aggregate-session by-service-class bandwidth-received-other-protocol-reverse [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bandwidth-received-reverse#

Total received bandwidth in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-service-class bandwidth-received-reverse [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bandwidth-received-tcp#

Total TCP bandwidth received (bytes per second)

Usage#

show stats aggregate-session by-service-class bandwidth-received-tcp [service-class <service-class>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bandwidth-received-tcp-forward#

Total TCP bandwidth received in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-service-class bandwidth-received-tcp-forward [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bandwidth-received-tcp-reverse#

Total TCP bandwidth received in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-service-class bandwidth-received-tcp-reverse [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bandwidth-received-udp#

Total UDP bandwidth received (bytes per second)

Usage#

show stats aggregate-session by-service-class bandwidth-received-udp [service-class <service-class>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bandwidth-received-udp-forward#

Total UDP bandwidth received in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-service-class bandwidth-received-udp-forward [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bandwidth-received-udp-reverse#

Total UDP bandwidth received in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-service-class bandwidth-received-udp-reverse [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bandwidth-tcp#

Total TCP bandwidth (bytes per second)

Usage#

show stats aggregate-session by-service-class bandwidth-tcp [service-class <service-class>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bandwidth-transmitted#

Total sent bandwidth (bytes per second)

Usage#

show stats aggregate-session by-service-class bandwidth-transmitted [service-class <service-class>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bandwidth-transmitted-forward#

Total sent bandwidth in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-service-class bandwidth-transmitted-forward [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bandwidth-transmitted-other-protocol#

Total bandwidth sent for other protocols (bytes per second)

Usage#

show stats aggregate-session by-service-class bandwidth-transmitted-other-protocol [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bandwidth-transmitted-other-protocol-forward#

Total bandwidth sent in the forward direction for other protocols (bytes per second)

Usage#

show stats aggregate-session by-service-class bandwidth-transmitted-other-protocol-forward [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bandwidth-transmitted-other-protocol-reverse#

Total bandwidth sent in the reverse direction for other protocols (bytes per second)

Usage#

show stats aggregate-session by-service-class bandwidth-transmitted-other-protocol-reverse [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bandwidth-transmitted-reverse#

Total sent bandwidth in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-service-class bandwidth-transmitted-reverse [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bandwidth-transmitted-tcp#

Total TCP bandwidth sent (bytes per second)

Usage#

show stats aggregate-session by-service-class bandwidth-transmitted-tcp [service-class <service-class>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bandwidth-transmitted-tcp-forward#

Total TCP bandwidth sent in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-service-class bandwidth-transmitted-tcp-forward [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bandwidth-transmitted-tcp-reverse#

Total TCP bandwidth sent in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-service-class bandwidth-transmitted-tcp-reverse [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bandwidth-transmitted-udp#

Total UDP bandwidth sent (bytes per second)

Usage#

show stats aggregate-session by-service-class bandwidth-transmitted-udp [service-class <service-class>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bandwidth-transmitted-udp-forward#

Total UDP bandwidth sent in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-service-class bandwidth-transmitted-udp-forward [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bandwidth-transmitted-udp-reverse#

Total UDP bandwidth sent in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-service-class bandwidth-transmitted-udp-reverse [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bandwidth-udp#

Total UDP bandwidth (bytes per second)

Usage#

show stats aggregate-session by-service-class bandwidth-udp [service-class <service-class>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bytes#

Total bytes

Usage#

show stats aggregate-session by-service-class bytes [service-class <service-class>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bytes-dropped-forward#

Total bytes dropped in error for active sessions in the forward direction

Usage#

show stats aggregate-session by-service-class bytes-dropped-forward [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bytes-dropped-other-protocol-forward#

Total bytes dropped for active sessions using other protocols in the forward direction

Usage#

show stats aggregate-session by-service-class bytes-dropped-other-protocol-forward [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bytes-dropped-other-protocol-reverse#

Total bytes dropped for active sessions using other protocols in the reverse direction

Usage#

show stats aggregate-session by-service-class bytes-dropped-other-protocol-reverse [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bytes-dropped-reverse#

Total bytes dropped in error for active sessions in the reverse direction

Usage#

show stats aggregate-session by-service-class bytes-dropped-reverse [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bytes-dropped-tcp-forward#

Total TCP bytes dropped in error for active sessions in the forward direction

Usage#

show stats aggregate-session by-service-class bytes-dropped-tcp-forward [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bytes-dropped-tcp-reverse#

Total TCP bytes dropped in error for active sessions in the reverse direction

Usage#

show stats aggregate-session by-service-class bytes-dropped-tcp-reverse [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bytes-dropped-udp-forward#

Total UDP bytes dropped in error for active sessions in the forward direction

Usage#

show stats aggregate-session by-service-class bytes-dropped-udp-forward [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bytes-dropped-udp-reverse#

Total UDP bytes dropped in error for active sessions in the reverse direction

Usage#

show stats aggregate-session by-service-class bytes-dropped-udp-reverse [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bytes-other-protocol#

Total bytes for active sessions using other protocols

Usage#

show stats aggregate-session by-service-class bytes-other-protocol [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bytes-received#

Total bytes received for active sessions

Usage#

show stats aggregate-session by-service-class bytes-received [service-class <service-class>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bytes-received-forward#

Total bytes received for active sessions in the forward direction

Usage#

show stats aggregate-session by-service-class bytes-received-forward [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bytes-received-other-protocol#

Total bytes received for active sessions using other protocols

Usage#

show stats aggregate-session by-service-class bytes-received-other-protocol [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bytes-received-other-protocol-forward#

Total bytes received for active sessions using other protocols in the forward direction

Usage#

show stats aggregate-session by-service-class bytes-received-other-protocol-forward [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bytes-received-other-protocol-reverse#

Total bytes received for active sessions using other protocols in the reverse direction

Usage#

show stats aggregate-session by-service-class bytes-received-other-protocol-reverse [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bytes-received-reverse#

Total bytes received for active sessions in the reverse direction

Usage#

show stats aggregate-session by-service-class bytes-received-reverse [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bytes-received-tcp#

Total TCP bytes received for active sessions

Usage#

show stats aggregate-session by-service-class bytes-received-tcp [service-class <service-class>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bytes-received-tcp-forward#

Total TCP bytes received for active sessions in the forward direction

Usage#

show stats aggregate-session by-service-class bytes-received-tcp-forward [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bytes-received-tcp-reverse#

Total TCP bytes received for active sessions in the reverse direction

Usage#

show stats aggregate-session by-service-class bytes-received-tcp-reverse [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bytes-received-udp#

Total UDP bytes received for active sessions

Usage#

show stats aggregate-session by-service-class bytes-received-udp [service-class <service-class>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bytes-received-udp-forward#

Total UDP bytes received for active sessions in the forward direction

Usage#

show stats aggregate-session by-service-class bytes-received-udp-forward [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bytes-received-udp-reverse#

Total UDP bytes received for active sessions in the reverse direction

Usage#

show stats aggregate-session by-service-class bytes-received-udp-reverse [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bytes-tcp#

Total TCP bytes for active sessions

Usage#

show stats aggregate-session by-service-class bytes-tcp [service-class <service-class>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bytes-transmitted#

Total bytes sent for active sessions

Usage#

show stats aggregate-session by-service-class bytes-transmitted [service-class <service-class>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bytes-transmitted-forward#

Total bytes sent for active sessions in the forward direction

Usage#

show stats aggregate-session by-service-class bytes-transmitted-forward [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bytes-transmitted-other-protocol#

Total bytes sent for active sessions using other protocols

Usage#

show stats aggregate-session by-service-class bytes-transmitted-other-protocol [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bytes-transmitted-other-protocol-forward#

Total bytes sent for active sessions using other protocols in the forward direction

Usage#

show stats aggregate-session by-service-class bytes-transmitted-other-protocol-forward [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bytes-transmitted-other-protocol-reverse#

Total bytes sent for active sessions using other protocols in the reverse direction

Usage#

show stats aggregate-session by-service-class bytes-transmitted-other-protocol-reverse [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bytes-transmitted-reverse#

Total bytes sent for active sessions in the reverse direction

Usage#

show stats aggregate-session by-service-class bytes-transmitted-reverse [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bytes-transmitted-tcp#

Total TCP bytes sent for active sessions

Usage#

show stats aggregate-session by-service-class bytes-transmitted-tcp [service-class <service-class>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bytes-transmitted-tcp-forward#

Total TCP bytes sent for active sessions in the forward direction

Usage#

show stats aggregate-session by-service-class bytes-transmitted-tcp-forward [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bytes-transmitted-tcp-reverse#

Total TCP bytes sent for active sessions in the reverse direction

Usage#

show stats aggregate-session by-service-class bytes-transmitted-tcp-reverse [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bytes-transmitted-udp#

Total UDP bytes sent for active sessions

Usage#

show stats aggregate-session by-service-class bytes-transmitted-udp [service-class <service-class>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bytes-transmitted-udp-forward#

Total UDP bytes sent for active sessions in the forward direction

Usage#

show stats aggregate-session by-service-class bytes-transmitted-udp-forward [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bytes-transmitted-udp-reverse#

Total UDP bytes sent for active sessions in the reverse direction

Usage#

show stats aggregate-session by-service-class bytes-transmitted-udp-reverse [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class bytes-udp#

Total UDP bytes for active sessions

Usage#

show stats aggregate-session by-service-class bytes-udp [service-class <service-class>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class packets#

Total packets (packets per second)

Usage#

show stats aggregate-session by-service-class packets [service-class <service-class>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class packets-dropped-forward#

Total packets dropped in error for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-class packets-dropped-forward [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class packets-dropped-other-protocol-forward#

Total packets dropped for active sessions using other protocols in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-class packets-dropped-other-protocol-forward [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class packets-dropped-other-protocol-reverse#

Total packets dropped for active sessions using other protocols in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-class packets-dropped-other-protocol-reverse [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class packets-dropped-reverse#

Total packets dropped in error for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-class packets-dropped-reverse [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class packets-dropped-tcp-forward#

Total TCP packets dropped in error for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-class packets-dropped-tcp-forward [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class packets-dropped-tcp-reverse#

Total TCP packets dropped in error for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-class packets-dropped-tcp-reverse [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class packets-dropped-udp-forward#

Total UDP packets dropped in error for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-class packets-dropped-udp-forward [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class packets-dropped-udp-reverse#

Total UDP packets dropped in error for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-class packets-dropped-udp-reverse [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class packets-other-protocol#

Total packets for active sessions using other protocols (packets per second)

Usage#

show stats aggregate-session by-service-class packets-other-protocol [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class packets-received#

Total packets received for active sessions (packets per second)

Usage#

show stats aggregate-session by-service-class packets-received [service-class <service-class>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class packets-received-forward#

Total packets received for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-class packets-received-forward [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class packets-received-other-protocol#

Total packets received for active sessions using other protocols (packets per second)

Usage#

show stats aggregate-session by-service-class packets-received-other-protocol [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class packets-received-other-protocol-forward#

Total packets received for active sessions using other protocols in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-class packets-received-other-protocol-forward [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class packets-received-other-protocol-reverse#

Total packets received for active sessions using other protocols in reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-class packets-received-other-protocol-reverse [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class packets-received-reverse#

Total packets received for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-class packets-received-reverse [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class packets-received-tcp#

Total TCP packets received for active sessions (packets per second)

Usage#

show stats aggregate-session by-service-class packets-received-tcp [service-class <service-class>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class packets-received-tcp-forward#

Total TCP packets received for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-class packets-received-tcp-forward [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class packets-received-tcp-reverse#

Total TCP packets received for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-class packets-received-tcp-reverse [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class packets-received-udp#

Total UDP packets received for active sessions (packets per second)

Usage#

show stats aggregate-session by-service-class packets-received-udp [service-class <service-class>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class packets-received-udp-forward#

Total UDP packets received for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-class packets-received-udp-forward [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class packets-received-udp-reverse#

Total UDP packets received for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-class packets-received-udp-reverse [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class packets-tcp#

Total TCP packets for active sessions (packets per second)

Usage#

show stats aggregate-session by-service-class packets-tcp [service-class <service-class>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class packets-transmitted#

Total packets sent for active sessions (packets per second)

Usage#

show stats aggregate-session by-service-class packets-transmitted [service-class <service-class>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class packets-transmitted-forward#

Total packets sent for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-class packets-transmitted-forward [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class packets-transmitted-other-protocol#

Total packets sent for active sessions using other protocols (packets per second)

Usage#

show stats aggregate-session by-service-class packets-transmitted-other-protocol [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class packets-transmitted-other-protocol-forward#

Total packets sent for active sessions using other protocols in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-class packets-transmitted-other-protocol-forward [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class packets-transmitted-other-protocol-reverse#

Total packets sent for active sessions using other protocols in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-class packets-transmitted-other-protocol-reverse [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class packets-transmitted-reverse#

Total packets sent for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-class packets-transmitted-reverse [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class packets-transmitted-tcp#

Total TCP packets sent for active sessions (packets per second)

Usage#

show stats aggregate-session by-service-class packets-transmitted-tcp [service-class <service-class>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class packets-transmitted-tcp-forward#

Total TCP packets sent for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-class packets-transmitted-tcp-forward [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class packets-transmitted-tcp-reverse#

Total TCP packets sent for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-class packets-transmitted-tcp-reverse [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class packets-transmitted-udp#

Total UDP packets sent for active sessions (packets per second)

Usage#

show stats aggregate-session by-service-class packets-transmitted-udp [service-class <service-class>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class packets-transmitted-udp-forward#

Total UDP packets sent for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-class packets-transmitted-udp-forward [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class packets-transmitted-udp-reverse#

Total UDP packets sent for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-class packets-transmitted-udp-reverse [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class packets-udp#

Total UDP packets for active sessions (packets per second)

Usage#

show stats aggregate-session by-service-class packets-udp [service-class <service-class>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class session-arrival-rate#

Rate of arrival for new sessions per unit time (sessions per second)

Usage#

show stats aggregate-session by-service-class session-arrival-rate [service-class <service-class>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class session-count#

Total number of active sessions

Usage#

show stats aggregate-session by-service-class session-count [service-class <service-class>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class session-departure-rate#

Rate of departure for terminated sessions per unit time (session departures per second)

Usage#

show stats aggregate-session by-service-class session-departure-rate [service-class <service-class>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class tcp-bad-flag-combinations#

Total number of TCP bad flag combinations received for active sessions (packets per second)

Usage#

show stats aggregate-session by-service-class tcp-bad-flag-combinations [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class tcp-bad-flag-combinations-forward#

Total number of TCP bad flag combinations received for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-class tcp-bad-flag-combinations-forward [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class tcp-bad-flag-combinations-reverse#

Total number of TCP bad flag combinations received for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-class tcp-bad-flag-combinations-reverse [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class tcp-invalid-state-transitions#

Total TCP invalid state transitions received for active sessions (packets per second)

Usage#

show stats aggregate-session by-service-class tcp-invalid-state-transitions [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class tcp-invalid-state-transitions-forward#

Total TCP invalid state transitions received for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-class tcp-invalid-state-transitions-forward [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class tcp-invalid-state-transitions-reverse#

Total TCP invalid state transitions received for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-class tcp-invalid-state-transitions-reverse [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class tcp-out-of-order#

Total number of TCP data received for active sessions that was out of order (packets per second)

Usage#

show stats aggregate-session by-service-class tcp-out-of-order [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class tcp-out-of-order-forward#

Total number of TCP data received for active sessions that was out of order in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-class tcp-out-of-order-forward [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class tcp-out-of-order-reverse#

Total number of TCP data received for active sessions that was out of order in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-class tcp-out-of-order-reverse [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class tcp-out-of-window#

Total number of TCP data received for active sessions that was out of window (packets per second)

Usage#

show stats aggregate-session by-service-class tcp-out-of-window [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class tcp-out-of-window-forward#

Total number of TCP data received for active sessions that was out of window in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-class tcp-out-of-window-forward [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class tcp-out-of-window-reverse#

Total number of TCP data received for active sessions that was out of window in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-class tcp-out-of-window-reverse [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class tcp-resets#

Total TCP resets for active sessions (resets per second)

Usage#

show stats aggregate-session by-service-class tcp-resets [service-class <service-class>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class tcp-resets-received#

Total TCP resets received for active sessions (resets per second)

Usage#

show stats aggregate-session by-service-class tcp-resets-received [service-class <service-class>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class tcp-resets-received-forward#

Total TCP resets received for active sessions in the forward direction (resets per second)

Usage#

show stats aggregate-session by-service-class tcp-resets-received-forward [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class tcp-resets-received-reverse#

Total TCP resets received for active sessions in the reverse direction (resets per second)

Usage#

show stats aggregate-session by-service-class tcp-resets-received-reverse [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class tcp-resets-transmitted#

Total TCP resets sent for active sessions (resets per second)

Usage#

show stats aggregate-session by-service-class tcp-resets-transmitted [service-class <service-class>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class tcp-resets-transmitted-forward#

Total number of TCP resets sent for active sessions in the forward direction (resets per second)

Usage#

show stats aggregate-session by-service-class tcp-resets-transmitted-forward [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class tcp-resets-transmitted-reverse#

Total number of TCP resets sent for active sessions in the reverse direction (resets per second)

Usage#

show stats aggregate-session by-service-class tcp-resets-transmitted-reverse [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class tcp-retransmissions#

Total TCP data retransmissions for active sessions (retransmissions per second)

Usage#

show stats aggregate-session by-service-class tcp-retransmissions [service-class <service-class>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class tcp-retransmissions-received#

Total number of TCP data retransmissions received for active sessions (retransmissions per second)

Usage#

show stats aggregate-session by-service-class tcp-retransmissions-received [service-class <service-class>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class tcp-retransmissions-received-forward#

Total number of TCP data retransmissions received for active sessions in the forward direction (retransmissions per second)

Usage#

show stats aggregate-session by-service-class tcp-retransmissions-received-forward [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class tcp-retransmissions-received-reverse#

Total number of TCP data retransmissions received for active sessions in the reverse direction (retransmissions per second)

Usage#

show stats aggregate-session by-service-class tcp-retransmissions-received-reverse [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class tcp-retransmissions-transmitted#

Total number of TCP data retransmissions sent for active sessions (retransmissions per second)

Usage#

show stats aggregate-session by-service-class tcp-retransmissions-transmitted [service-class <service-class>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class tcp-retransmissions-transmitted-forward#

Total number of TCP data retransmissions sent for active sessions in the forward direction (retransmissions per second)

Usage#

show stats aggregate-session by-service-class tcp-retransmissions-transmitted-forward [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-class tcp-retransmissions-transmitted-reverse#

Total number of TCP data retransmissions sent for active sessions in the reverse direction (retransmissions per second)

Usage#

show stats aggregate-session by-service-class tcp-retransmissions-transmitted-reverse [service-class <service-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-classThe name of the service class generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group#

Statistics aggregated by service group

Usage#

show stats aggregate-session by-service-group [service-group <service-group>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
bandwidthTotal bandwidth of active sessions (bytes per second)
bandwidth-other-protocolTotal bandwidth for other protocols (bytes per second)
bandwidth-receivedTotal received bandwidth (bytes per second)
bandwidth-received-forwardTotal received bandwidth in the forward direction (bytes per second)
bandwidth-received-other-protocolTotal bandwidth received for other protocols (bytes per second)
bandwidth-received-other-protocol-forwardTotal bandwidth received in the forward direction for other protocols (bytes per second)
bandwidth-received-other-protocol-reverseTotal bandwidth received in the reverse direction for other protocols (bytes per second)
bandwidth-received-reverseTotal received bandwidth in the reverse direction (bytes per second)
bandwidth-received-tcpTotal TCP bandwidth received (bytes per second)
bandwidth-received-tcp-forwardTotal TCP bandwidth received in the forward direction (bytes per second)
bandwidth-received-tcp-reverseTotal TCP bandwidth received in the reverse direction (bytes per second)
bandwidth-received-udpTotal UDP bandwidth received (bytes per second)
bandwidth-received-udp-forwardTotal UDP bandwidth received in the forward direction (bytes per second)
bandwidth-received-udp-reverseTotal UDP bandwidth received in the reverse direction (bytes per second)
bandwidth-tcpTotal TCP bandwidth (bytes per second)
bandwidth-transmittedTotal sent bandwidth (bytes per second)
bandwidth-transmitted-forwardTotal sent bandwidth in the forward direction (bytes per second)
bandwidth-transmitted-other-protocolTotal bandwidth sent for other protocols (bytes per second)
bandwidth-transmitted-other-protocol-forwardTotal bandwidth sent in the forward direction for other protocols (bytes per second)
bandwidth-transmitted-other-protocol-reverseTotal bandwidth sent in the reverse direction for other protocols (bytes per second)
bandwidth-transmitted-reverseTotal sent bandwidth in the reverse direction (bytes per second)
bandwidth-transmitted-tcpTotal TCP bandwidth sent (bytes per second)
bandwidth-transmitted-tcp-forwardTotal TCP bandwidth sent in the forward direction (bytes per second)
bandwidth-transmitted-tcp-reverseTotal TCP bandwidth sent in the reverse direction (bytes per second)
bandwidth-transmitted-udpTotal UDP bandwidth sent (bytes per second)
bandwidth-transmitted-udp-forwardTotal UDP bandwidth sent in the forward direction (bytes per second)
bandwidth-transmitted-udp-reverseTotal UDP bandwidth sent in the reverse direction (bytes per second)
bandwidth-udpTotal UDP bandwidth (bytes per second)
bytesTotal bytes
bytes-dropped-forwardTotal bytes dropped in error for active sessions in the forward direction
bytes-dropped-other-protocol-forwardTotal bytes dropped for active sessions using other protocols in the forward direction
bytes-dropped-other-protocol-reverseTotal bytes dropped for active sessions using other protocols in the reverse direction
bytes-dropped-reverseTotal bytes dropped in error for active sessions in the reverse direction
bytes-dropped-tcp-forwardTotal TCP bytes dropped in error for active sessions in the forward direction
bytes-dropped-tcp-reverseTotal TCP bytes dropped in error for active sessions in the reverse direction
bytes-dropped-udp-forwardTotal UDP bytes dropped in error for active sessions in the forward direction
bytes-dropped-udp-reverseTotal UDP bytes dropped in error for active sessions in the reverse direction
bytes-other-protocolTotal bytes for active sessions using other protocols
bytes-receivedTotal bytes received for active sessions
bytes-received-forwardTotal bytes received for active sessions in the forward direction
bytes-received-other-protocolTotal bytes received for active sessions using other protocols
bytes-received-other-protocol-forwardTotal bytes received for active sessions using other protocols in the forward direction
bytes-received-other-protocol-reverseTotal bytes received for active sessions using other protocols in the reverse direction
bytes-received-reverseTotal bytes received for active sessions in the reverse direction
bytes-received-tcpTotal TCP bytes received for active sessions
bytes-received-tcp-forwardTotal TCP bytes received for active sessions in the forward direction
bytes-received-tcp-reverseTotal TCP bytes received for active sessions in the reverse direction
bytes-received-udpTotal UDP bytes received for active sessions
bytes-received-udp-forwardTotal UDP bytes received for active sessions in the forward direction
bytes-received-udp-reverseTotal UDP bytes received for active sessions in the reverse direction
bytes-tcpTotal TCP bytes for active sessions
bytes-transmittedTotal bytes sent for active sessions
bytes-transmitted-forwardTotal bytes sent for active sessions in the forward direction
bytes-transmitted-other-protocolTotal bytes sent for active sessions using other protocols
bytes-transmitted-other-protocol-forwardTotal bytes sent for active sessions using other protocols in the forward direction
bytes-transmitted-other-protocol-reverseTotal bytes sent for active sessions using other protocols in the reverse direction
bytes-transmitted-reverseTotal bytes sent for active sessions in the reverse direction
bytes-transmitted-tcpTotal TCP bytes sent for active sessions
bytes-transmitted-tcp-forwardTotal TCP bytes sent for active sessions in the forward direction
bytes-transmitted-tcp-reverseTotal TCP bytes sent for active sessions in the reverse direction
bytes-transmitted-udpTotal UDP bytes sent for active sessions
bytes-transmitted-udp-forwardTotal UDP bytes sent for active sessions in the forward direction
bytes-transmitted-udp-reverseTotal UDP bytes sent for active sessions in the reverse direction
bytes-udpTotal UDP bytes for active sessions
packetsTotal packets (packets per second)
packets-dropped-forwardTotal packets dropped in error for active sessions in the forward direction (packets per second)
packets-dropped-other-protocol-forwardTotal packets dropped for active sessions using other protocols in the forward direction (packets per second)
packets-dropped-other-protocol-reverseTotal packets dropped for active sessions using other protocols in the reverse direction (packets per second)
packets-dropped-reverseTotal packets dropped in error for active sessions in the reverse direction (packets per second)
packets-dropped-tcp-forwardTotal TCP packets dropped in error for active sessions in the forward direction (packets per second)
packets-dropped-tcp-reverseTotal TCP packets dropped in error for active sessions in the reverse direction (packets per second)
packets-dropped-udp-forwardTotal UDP packets dropped in error for active sessions in the forward direction (packets per second)
packets-dropped-udp-reverseTotal UDP packets dropped in error for active sessions in the reverse direction (packets per second)
packets-other-protocolTotal packets for active sessions using other protocols (packets per second)
packets-receivedTotal packets received for active sessions (packets per second)
packets-received-forwardTotal packets received for active sessions in the forward direction (packets per second)
packets-received-other-protocolTotal packets received for active sessions using other protocols (packets per second)
packets-received-other-protocol-forwardTotal packets received for active sessions using other protocols in the forward direction (packets per second)
packets-received-other-protocol-reverseTotal packets received for active sessions using other protocols in reverse direction (packets per second)
packets-received-reverseTotal packets received for active sessions in the reverse direction (packets per second)
packets-received-tcpTotal TCP packets received for active sessions (packets per second)
packets-received-tcp-forwardTotal TCP packets received for active sessions in the forward direction (packets per second)
packets-received-tcp-reverseTotal TCP packets received for active sessions in the reverse direction (packets per second)
packets-received-udpTotal UDP packets received for active sessions (packets per second)
packets-received-udp-forwardTotal UDP packets received for active sessions in the forward direction (packets per second)
packets-received-udp-reverseTotal UDP packets received for active sessions in the reverse direction (packets per second)
packets-tcpTotal TCP packets for active sessions (packets per second)
packets-transmittedTotal packets sent for active sessions (packets per second)
packets-transmitted-forwardTotal packets sent for active sessions in the forward direction (packets per second)
packets-transmitted-other-protocolTotal packets sent for active sessions using other protocols (packets per second)
packets-transmitted-other-protocol-forwardTotal packets sent for active sessions using other protocols in the forward direction (packets per second)
packets-transmitted-other-protocol-reverseTotal packets sent for active sessions using other protocols in the reverse direction (packets per second)
packets-transmitted-reverseTotal packets sent for active sessions in the reverse direction (packets per second)
packets-transmitted-tcpTotal TCP packets sent for active sessions (packets per second)
packets-transmitted-tcp-forwardTotal TCP packets sent for active sessions in the forward direction (packets per second)
packets-transmitted-tcp-reverseTotal TCP packets sent for active sessions in the reverse direction (packets per second)
packets-transmitted-udpTotal UDP packets sent for active sessions (packets per second)
packets-transmitted-udp-forwardTotal UDP packets sent for active sessions in the forward direction (packets per second)
packets-transmitted-udp-reverseTotal UDP packets sent for active sessions in the reverse direction (packets per second)
packets-udpTotal UDP packets for active sessions (packets per second)
session-arrival-rateRate of arrival for new sessions per unit time (sessions per second)
session-countTotal number of active sessions
session-departure-rateRate of departure for terminated sessions per unit time (session departures per second)
tcp-bad-flag-combinationsTotal number of TCP bad flag combinations received for active sessions (packets per second)
tcp-bad-flag-combinations-forwardTotal number of TCP bad flag combinations received for active sessions in the forward direction (packets per second)
tcp-bad-flag-combinations-reverseTotal number of TCP bad flag combinations received for active sessions in the reverse direction (packets per second)
tcp-invalid-state-transitionsTotal TCP invalid state transitions received for active sessions (packets per second)
tcp-invalid-state-transitions-forwardTotal TCP invalid state transitions received for active sessions in the forward direction (packets per second)
tcp-invalid-state-transitions-reverseTotal TCP invalid state transitions received for active sessions in the reverse direction (packets per second)
tcp-out-of-orderTotal number of TCP data received for active sessions that was out of order (packets per second)
tcp-out-of-order-forwardTotal number of TCP data received for active sessions that was out of order in the forward direction (packets per second)
tcp-out-of-order-reverseTotal number of TCP data received for active sessions that was out of order in the reverse direction (packets per second)
tcp-out-of-windowTotal number of TCP data received for active sessions that was out of window (packets per second)
tcp-out-of-window-forwardTotal number of TCP data received for active sessions that was out of window in the forward direction (packets per second)
tcp-out-of-window-reverseTotal number of TCP data received for active sessions that was out of window in the reverse direction (packets per second)
tcp-resetsTotal TCP resets for active sessions (resets per second)
tcp-resets-receivedTotal TCP resets received for active sessions (resets per second)
tcp-resets-received-forwardTotal TCP resets received for active sessions in the forward direction (resets per second)
tcp-resets-received-reverseTotal TCP resets received for active sessions in the reverse direction (resets per second)
tcp-resets-transmittedTotal TCP resets sent for active sessions (resets per second)
tcp-resets-transmitted-forwardTotal number of TCP resets sent for active sessions in the forward direction (resets per second)
tcp-resets-transmitted-reverseTotal number of TCP resets sent for active sessions in the reverse direction (resets per second)
tcp-retransmissionsTotal TCP data retransmissions for active sessions (retransmissions per second)
tcp-retransmissions-receivedTotal number of TCP data retransmissions received for active sessions (retransmissions per second)
tcp-retransmissions-received-forwardTotal number of TCP data retransmissions received for active sessions in the forward direction (retransmissions per second)
tcp-retransmissions-received-reverseTotal number of TCP data retransmissions received for active sessions in the reverse direction (retransmissions per second)
tcp-retransmissions-transmittedTotal number of TCP data retransmissions sent for active sessions (retransmissions per second)
tcp-retransmissions-transmitted-forwardTotal number of TCP data retransmissions sent for active sessions in the forward direction (retransmissions per second)
tcp-retransmissions-transmitted-reverseTotal number of TCP data retransmissions sent for active sessions in the reverse direction (retransmissions per second)

show stats aggregate-session by-service-group bandwidth#

Total bandwidth of active sessions (bytes per second)

Usage#

show stats aggregate-session by-service-group bandwidth [service-group <service-group>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bandwidth-other-protocol#

Total bandwidth for other protocols (bytes per second)

Usage#

show stats aggregate-session by-service-group bandwidth-other-protocol [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bandwidth-received#

Total received bandwidth (bytes per second)

Usage#

show stats aggregate-session by-service-group bandwidth-received [service-group <service-group>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bandwidth-received-forward#

Total received bandwidth in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-service-group bandwidth-received-forward [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bandwidth-received-other-protocol#

Total bandwidth received for other protocols (bytes per second)

Usage#

show stats aggregate-session by-service-group bandwidth-received-other-protocol [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bandwidth-received-other-protocol-forward#

Total bandwidth received in the forward direction for other protocols (bytes per second)

Usage#

show stats aggregate-session by-service-group bandwidth-received-other-protocol-forward [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bandwidth-received-other-protocol-reverse#

Total bandwidth received in the reverse direction for other protocols (bytes per second)

Usage#

show stats aggregate-session by-service-group bandwidth-received-other-protocol-reverse [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bandwidth-received-reverse#

Total received bandwidth in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-service-group bandwidth-received-reverse [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bandwidth-received-tcp#

Total TCP bandwidth received (bytes per second)

Usage#

show stats aggregate-session by-service-group bandwidth-received-tcp [service-group <service-group>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bandwidth-received-tcp-forward#

Total TCP bandwidth received in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-service-group bandwidth-received-tcp-forward [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bandwidth-received-tcp-reverse#

Total TCP bandwidth received in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-service-group bandwidth-received-tcp-reverse [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bandwidth-received-udp#

Total UDP bandwidth received (bytes per second)

Usage#

show stats aggregate-session by-service-group bandwidth-received-udp [service-group <service-group>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bandwidth-received-udp-forward#

Total UDP bandwidth received in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-service-group bandwidth-received-udp-forward [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bandwidth-received-udp-reverse#

Total UDP bandwidth received in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-service-group bandwidth-received-udp-reverse [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bandwidth-tcp#

Total TCP bandwidth (bytes per second)

Usage#

show stats aggregate-session by-service-group bandwidth-tcp [service-group <service-group>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bandwidth-transmitted#

Total sent bandwidth (bytes per second)

Usage#

show stats aggregate-session by-service-group bandwidth-transmitted [service-group <service-group>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bandwidth-transmitted-forward#

Total sent bandwidth in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-service-group bandwidth-transmitted-forward [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bandwidth-transmitted-other-protocol#

Total bandwidth sent for other protocols (bytes per second)

Usage#

show stats aggregate-session by-service-group bandwidth-transmitted-other-protocol [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bandwidth-transmitted-other-protocol-forward#

Total bandwidth sent in the forward direction for other protocols (bytes per second)

Usage#

show stats aggregate-session by-service-group bandwidth-transmitted-other-protocol-forward [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bandwidth-transmitted-other-protocol-reverse#

Total bandwidth sent in the reverse direction for other protocols (bytes per second)

Usage#

show stats aggregate-session by-service-group bandwidth-transmitted-other-protocol-reverse [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bandwidth-transmitted-reverse#

Total sent bandwidth in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-service-group bandwidth-transmitted-reverse [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bandwidth-transmitted-tcp#

Total TCP bandwidth sent (bytes per second)

Usage#

show stats aggregate-session by-service-group bandwidth-transmitted-tcp [service-group <service-group>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bandwidth-transmitted-tcp-forward#

Total TCP bandwidth sent in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-service-group bandwidth-transmitted-tcp-forward [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bandwidth-transmitted-tcp-reverse#

Total TCP bandwidth sent in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-service-group bandwidth-transmitted-tcp-reverse [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bandwidth-transmitted-udp#

Total UDP bandwidth sent (bytes per second)

Usage#

show stats aggregate-session by-service-group bandwidth-transmitted-udp [service-group <service-group>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bandwidth-transmitted-udp-forward#

Total UDP bandwidth sent in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-service-group bandwidth-transmitted-udp-forward [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bandwidth-transmitted-udp-reverse#

Total UDP bandwidth sent in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-service-group bandwidth-transmitted-udp-reverse [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bandwidth-udp#

Total UDP bandwidth (bytes per second)

Usage#

show stats aggregate-session by-service-group bandwidth-udp [service-group <service-group>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bytes#

Total bytes

Usage#

show stats aggregate-session by-service-group bytes [service-group <service-group>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bytes-dropped-forward#

Total bytes dropped in error for active sessions in the forward direction

Usage#

show stats aggregate-session by-service-group bytes-dropped-forward [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bytes-dropped-other-protocol-forward#

Total bytes dropped for active sessions using other protocols in the forward direction

Usage#

show stats aggregate-session by-service-group bytes-dropped-other-protocol-forward [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bytes-dropped-other-protocol-reverse#

Total bytes dropped for active sessions using other protocols in the reverse direction

Usage#

show stats aggregate-session by-service-group bytes-dropped-other-protocol-reverse [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bytes-dropped-reverse#

Total bytes dropped in error for active sessions in the reverse direction

Usage#

show stats aggregate-session by-service-group bytes-dropped-reverse [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bytes-dropped-tcp-forward#

Total TCP bytes dropped in error for active sessions in the forward direction

Usage#

show stats aggregate-session by-service-group bytes-dropped-tcp-forward [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bytes-dropped-tcp-reverse#

Total TCP bytes dropped in error for active sessions in the reverse direction

Usage#

show stats aggregate-session by-service-group bytes-dropped-tcp-reverse [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bytes-dropped-udp-forward#

Total UDP bytes dropped in error for active sessions in the forward direction

Usage#

show stats aggregate-session by-service-group bytes-dropped-udp-forward [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bytes-dropped-udp-reverse#

Total UDP bytes dropped in error for active sessions in the reverse direction

Usage#

show stats aggregate-session by-service-group bytes-dropped-udp-reverse [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bytes-other-protocol#

Total bytes for active sessions using other protocols

Usage#

show stats aggregate-session by-service-group bytes-other-protocol [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bytes-received#

Total bytes received for active sessions

Usage#

show stats aggregate-session by-service-group bytes-received [service-group <service-group>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bytes-received-forward#

Total bytes received for active sessions in the forward direction

Usage#

show stats aggregate-session by-service-group bytes-received-forward [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bytes-received-other-protocol#

Total bytes received for active sessions using other protocols

Usage#

show stats aggregate-session by-service-group bytes-received-other-protocol [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bytes-received-other-protocol-forward#

Total bytes received for active sessions using other protocols in the forward direction

Usage#

show stats aggregate-session by-service-group bytes-received-other-protocol-forward [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bytes-received-other-protocol-reverse#

Total bytes received for active sessions using other protocols in the reverse direction

Usage#

show stats aggregate-session by-service-group bytes-received-other-protocol-reverse [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bytes-received-reverse#

Total bytes received for active sessions in the reverse direction

Usage#

show stats aggregate-session by-service-group bytes-received-reverse [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bytes-received-tcp#

Total TCP bytes received for active sessions

Usage#

show stats aggregate-session by-service-group bytes-received-tcp [service-group <service-group>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bytes-received-tcp-forward#

Total TCP bytes received for active sessions in the forward direction

Usage#

show stats aggregate-session by-service-group bytes-received-tcp-forward [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bytes-received-tcp-reverse#

Total TCP bytes received for active sessions in the reverse direction

Usage#

show stats aggregate-session by-service-group bytes-received-tcp-reverse [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bytes-received-udp#

Total UDP bytes received for active sessions

Usage#

show stats aggregate-session by-service-group bytes-received-udp [service-group <service-group>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bytes-received-udp-forward#

Total UDP bytes received for active sessions in the forward direction

Usage#

show stats aggregate-session by-service-group bytes-received-udp-forward [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bytes-received-udp-reverse#

Total UDP bytes received for active sessions in the reverse direction

Usage#

show stats aggregate-session by-service-group bytes-received-udp-reverse [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bytes-tcp#

Total TCP bytes for active sessions

Usage#

show stats aggregate-session by-service-group bytes-tcp [service-group <service-group>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bytes-transmitted#

Total bytes sent for active sessions

Usage#

show stats aggregate-session by-service-group bytes-transmitted [service-group <service-group>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bytes-transmitted-forward#

Total bytes sent for active sessions in the forward direction

Usage#

show stats aggregate-session by-service-group bytes-transmitted-forward [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bytes-transmitted-other-protocol#

Total bytes sent for active sessions using other protocols

Usage#

show stats aggregate-session by-service-group bytes-transmitted-other-protocol [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bytes-transmitted-other-protocol-forward#

Total bytes sent for active sessions using other protocols in the forward direction

Usage#

show stats aggregate-session by-service-group bytes-transmitted-other-protocol-forward [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bytes-transmitted-other-protocol-reverse#

Total bytes sent for active sessions using other protocols in the reverse direction

Usage#

show stats aggregate-session by-service-group bytes-transmitted-other-protocol-reverse [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bytes-transmitted-reverse#

Total bytes sent for active sessions in the reverse direction

Usage#

show stats aggregate-session by-service-group bytes-transmitted-reverse [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bytes-transmitted-tcp#

Total TCP bytes sent for active sessions

Usage#

show stats aggregate-session by-service-group bytes-transmitted-tcp [service-group <service-group>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bytes-transmitted-tcp-forward#

Total TCP bytes sent for active sessions in the forward direction

Usage#

show stats aggregate-session by-service-group bytes-transmitted-tcp-forward [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bytes-transmitted-tcp-reverse#

Total TCP bytes sent for active sessions in the reverse direction

Usage#

show stats aggregate-session by-service-group bytes-transmitted-tcp-reverse [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bytes-transmitted-udp#

Total UDP bytes sent for active sessions

Usage#

show stats aggregate-session by-service-group bytes-transmitted-udp [service-group <service-group>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bytes-transmitted-udp-forward#

Total UDP bytes sent for active sessions in the forward direction

Usage#

show stats aggregate-session by-service-group bytes-transmitted-udp-forward [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bytes-transmitted-udp-reverse#

Total UDP bytes sent for active sessions in the reverse direction

Usage#

show stats aggregate-session by-service-group bytes-transmitted-udp-reverse [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group bytes-udp#

Total UDP bytes for active sessions

Usage#

show stats aggregate-session by-service-group bytes-udp [service-group <service-group>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group packets#

Total packets (packets per second)

Usage#

show stats aggregate-session by-service-group packets [service-group <service-group>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group packets-dropped-forward#

Total packets dropped in error for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-group packets-dropped-forward [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group packets-dropped-other-protocol-forward#

Total packets dropped for active sessions using other protocols in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-group packets-dropped-other-protocol-forward [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group packets-dropped-other-protocol-reverse#

Total packets dropped for active sessions using other protocols in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-group packets-dropped-other-protocol-reverse [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group packets-dropped-reverse#

Total packets dropped in error for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-group packets-dropped-reverse [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group packets-dropped-tcp-forward#

Total TCP packets dropped in error for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-group packets-dropped-tcp-forward [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group packets-dropped-tcp-reverse#

Total TCP packets dropped in error for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-group packets-dropped-tcp-reverse [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group packets-dropped-udp-forward#

Total UDP packets dropped in error for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-group packets-dropped-udp-forward [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group packets-dropped-udp-reverse#

Total UDP packets dropped in error for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-group packets-dropped-udp-reverse [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group packets-other-protocol#

Total packets for active sessions using other protocols (packets per second)

Usage#

show stats aggregate-session by-service-group packets-other-protocol [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group packets-received#

Total packets received for active sessions (packets per second)

Usage#

show stats aggregate-session by-service-group packets-received [service-group <service-group>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group packets-received-forward#

Total packets received for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-group packets-received-forward [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group packets-received-other-protocol#

Total packets received for active sessions using other protocols (packets per second)

Usage#

show stats aggregate-session by-service-group packets-received-other-protocol [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group packets-received-other-protocol-forward#

Total packets received for active sessions using other protocols in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-group packets-received-other-protocol-forward [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group packets-received-other-protocol-reverse#

Total packets received for active sessions using other protocols in reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-group packets-received-other-protocol-reverse [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group packets-received-reverse#

Total packets received for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-group packets-received-reverse [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group packets-received-tcp#

Total TCP packets received for active sessions (packets per second)

Usage#

show stats aggregate-session by-service-group packets-received-tcp [service-group <service-group>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group packets-received-tcp-forward#

Total TCP packets received for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-group packets-received-tcp-forward [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group packets-received-tcp-reverse#

Total TCP packets received for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-group packets-received-tcp-reverse [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group packets-received-udp#

Total UDP packets received for active sessions (packets per second)

Usage#

show stats aggregate-session by-service-group packets-received-udp [service-group <service-group>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group packets-received-udp-forward#

Total UDP packets received for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-group packets-received-udp-forward [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group packets-received-udp-reverse#

Total UDP packets received for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-group packets-received-udp-reverse [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group packets-tcp#

Total TCP packets for active sessions (packets per second)

Usage#

show stats aggregate-session by-service-group packets-tcp [service-group <service-group>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group packets-transmitted#

Total packets sent for active sessions (packets per second)

Usage#

show stats aggregate-session by-service-group packets-transmitted [service-group <service-group>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group packets-transmitted-forward#

Total packets sent for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-group packets-transmitted-forward [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group packets-transmitted-other-protocol#

Total packets sent for active sessions using other protocols (packets per second)

Usage#

show stats aggregate-session by-service-group packets-transmitted-other-protocol [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group packets-transmitted-other-protocol-forward#

Total packets sent for active sessions using other protocols in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-group packets-transmitted-other-protocol-forward [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group packets-transmitted-other-protocol-reverse#

Total packets sent for active sessions using other protocols in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-group packets-transmitted-other-protocol-reverse [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group packets-transmitted-reverse#

Total packets sent for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-group packets-transmitted-reverse [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group packets-transmitted-tcp#

Total TCP packets sent for active sessions (packets per second)

Usage#

show stats aggregate-session by-service-group packets-transmitted-tcp [service-group <service-group>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group packets-transmitted-tcp-forward#

Total TCP packets sent for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-group packets-transmitted-tcp-forward [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group packets-transmitted-tcp-reverse#

Total TCP packets sent for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-group packets-transmitted-tcp-reverse [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group packets-transmitted-udp#

Total UDP packets sent for active sessions (packets per second)

Usage#

show stats aggregate-session by-service-group packets-transmitted-udp [service-group <service-group>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group packets-transmitted-udp-forward#

Total UDP packets sent for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-group packets-transmitted-udp-forward [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group packets-transmitted-udp-reverse#

Total UDP packets sent for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-group packets-transmitted-udp-reverse [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group packets-udp#

Total UDP packets for active sessions (packets per second)

Usage#

show stats aggregate-session by-service-group packets-udp [service-group <service-group>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group session-arrival-rate#

Rate of arrival for new sessions per unit time (sessions per second)

Usage#

show stats aggregate-session by-service-group session-arrival-rate [service-group <service-group>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group session-count#

Total number of active sessions

Usage#

show stats aggregate-session by-service-group session-count [service-group <service-group>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group session-departure-rate#

Rate of departure for terminated sessions per unit time (session departures per second)

Usage#

show stats aggregate-session by-service-group session-departure-rate [service-group <service-group>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group tcp-bad-flag-combinations#

Total number of TCP bad flag combinations received for active sessions (packets per second)

Usage#

show stats aggregate-session by-service-group tcp-bad-flag-combinations [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group tcp-bad-flag-combinations-forward#

Total number of TCP bad flag combinations received for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-group tcp-bad-flag-combinations-forward [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group tcp-bad-flag-combinations-reverse#

Total number of TCP bad flag combinations received for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-group tcp-bad-flag-combinations-reverse [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group tcp-invalid-state-transitions#

Total TCP invalid state transitions received for active sessions (packets per second)

Usage#

show stats aggregate-session by-service-group tcp-invalid-state-transitions [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group tcp-invalid-state-transitions-forward#

Total TCP invalid state transitions received for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-group tcp-invalid-state-transitions-forward [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group tcp-invalid-state-transitions-reverse#

Total TCP invalid state transitions received for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-group tcp-invalid-state-transitions-reverse [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group tcp-out-of-order#

Total number of TCP data received for active sessions that was out of order (packets per second)

Usage#

show stats aggregate-session by-service-group tcp-out-of-order [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group tcp-out-of-order-forward#

Total number of TCP data received for active sessions that was out of order in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-group tcp-out-of-order-forward [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group tcp-out-of-order-reverse#

Total number of TCP data received for active sessions that was out of order in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-group tcp-out-of-order-reverse [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group tcp-out-of-window#

Total number of TCP data received for active sessions that was out of window (packets per second)

Usage#

show stats aggregate-session by-service-group tcp-out-of-window [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group tcp-out-of-window-forward#

Total number of TCP data received for active sessions that was out of window in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-group tcp-out-of-window-forward [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group tcp-out-of-window-reverse#

Total number of TCP data received for active sessions that was out of window in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-group tcp-out-of-window-reverse [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group tcp-resets#

Total TCP resets for active sessions (resets per second)

Usage#

show stats aggregate-session by-service-group tcp-resets [service-group <service-group>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group tcp-resets-received#

Total TCP resets received for active sessions (resets per second)

Usage#

show stats aggregate-session by-service-group tcp-resets-received [service-group <service-group>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group tcp-resets-received-forward#

Total TCP resets received for active sessions in the forward direction (resets per second)

Usage#

show stats aggregate-session by-service-group tcp-resets-received-forward [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group tcp-resets-received-reverse#

Total TCP resets received for active sessions in the reverse direction (resets per second)

Usage#

show stats aggregate-session by-service-group tcp-resets-received-reverse [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group tcp-resets-transmitted#

Total TCP resets sent for active sessions (resets per second)

Usage#

show stats aggregate-session by-service-group tcp-resets-transmitted [service-group <service-group>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group tcp-resets-transmitted-forward#

Total number of TCP resets sent for active sessions in the forward direction (resets per second)

Usage#

show stats aggregate-session by-service-group tcp-resets-transmitted-forward [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group tcp-resets-transmitted-reverse#

Total number of TCP resets sent for active sessions in the reverse direction (resets per second)

Usage#

show stats aggregate-session by-service-group tcp-resets-transmitted-reverse [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group tcp-retransmissions#

Total TCP data retransmissions for active sessions (retransmissions per second)

Usage#

show stats aggregate-session by-service-group tcp-retransmissions [service-group <service-group>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group tcp-retransmissions-received#

Total number of TCP data retransmissions received for active sessions (retransmissions per second)

Usage#

show stats aggregate-session by-service-group tcp-retransmissions-received [service-group <service-group>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group tcp-retransmissions-received-forward#

Total number of TCP data retransmissions received for active sessions in the forward direction (retransmissions per second)

Usage#

show stats aggregate-session by-service-group tcp-retransmissions-received-forward [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group tcp-retransmissions-received-reverse#

Total number of TCP data retransmissions received for active sessions in the reverse direction (retransmissions per second)

Usage#

show stats aggregate-session by-service-group tcp-retransmissions-received-reverse [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group tcp-retransmissions-transmitted#

Total number of TCP data retransmissions sent for active sessions (retransmissions per second)

Usage#

show stats aggregate-session by-service-group tcp-retransmissions-transmitted [service-group <service-group>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group tcp-retransmissions-transmitted-forward#

Total number of TCP data retransmissions sent for active sessions in the forward direction (retransmissions per second)

Usage#

show stats aggregate-session by-service-group tcp-retransmissions-transmitted-forward [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-group tcp-retransmissions-transmitted-reverse#

Total number of TCP data retransmissions sent for active sessions in the reverse direction (retransmissions per second)

Usage#

show stats aggregate-session by-service-group tcp-retransmissions-transmitted-reverse [service-group <service-group>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-groupThe name of the service group generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route#

Statistics aggregated by service route

Usage#

show stats aggregate-session by-service-route [service-route <service-route>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
bandwidthTotal bandwidth of active sessions (bytes per second)
bandwidth-other-protocolTotal bandwidth for other protocols (bytes per second)
bandwidth-receivedTotal received bandwidth (bytes per second)
bandwidth-received-forwardTotal received bandwidth in the forward direction (bytes per second)
bandwidth-received-other-protocolTotal bandwidth received for other protocols (bytes per second)
bandwidth-received-other-protocol-forwardTotal bandwidth received in the forward direction for other protocols (bytes per second)
bandwidth-received-other-protocol-reverseTotal bandwidth received in the reverse direction for other protocols (bytes per second)
bandwidth-received-reverseTotal received bandwidth in the reverse direction (bytes per second)
bandwidth-received-tcpTotal TCP bandwidth received (bytes per second)
bandwidth-received-tcp-forwardTotal TCP bandwidth received in the forward direction (bytes per second)
bandwidth-received-tcp-reverseTotal TCP bandwidth received in the reverse direction (bytes per second)
bandwidth-received-udpTotal UDP bandwidth received (bytes per second)
bandwidth-received-udp-forwardTotal UDP bandwidth received in the forward direction (bytes per second)
bandwidth-received-udp-reverseTotal UDP bandwidth received in the reverse direction (bytes per second)
bandwidth-tcpTotal TCP bandwidth (bytes per second)
bandwidth-transmittedTotal sent bandwidth (bytes per second)
bandwidth-transmitted-forwardTotal sent bandwidth in the forward direction (bytes per second)
bandwidth-transmitted-other-protocolTotal bandwidth sent for other protocols (bytes per second)
bandwidth-transmitted-other-protocol-forwardTotal bandwidth sent in the forward direction for other protocols (bytes per second)
bandwidth-transmitted-other-protocol-reverseTotal bandwidth sent in the reverse direction for other protocols (bytes per second)
bandwidth-transmitted-reverseTotal sent bandwidth in the reverse direction (bytes per second)
bandwidth-transmitted-tcpTotal TCP bandwidth sent (bytes per second)
bandwidth-transmitted-tcp-forwardTotal TCP bandwidth sent in the forward direction (bytes per second)
bandwidth-transmitted-tcp-reverseTotal TCP bandwidth sent in the reverse direction (bytes per second)
bandwidth-transmitted-udpTotal UDP bandwidth sent (bytes per second)
bandwidth-transmitted-udp-forwardTotal UDP bandwidth sent in the forward direction (bytes per second)
bandwidth-transmitted-udp-reverseTotal UDP bandwidth sent in the reverse direction (bytes per second)
bandwidth-udpTotal UDP bandwidth (bytes per second)
bytesTotal bytes
bytes-dropped-forwardTotal bytes dropped in error for active sessions in the forward direction
bytes-dropped-other-protocol-forwardTotal bytes dropped for active sessions using other protocols in the forward direction
bytes-dropped-other-protocol-reverseTotal bytes dropped for active sessions using other protocols in the reverse direction
bytes-dropped-reverseTotal bytes dropped in error for active sessions in the reverse direction
bytes-dropped-tcp-forwardTotal TCP bytes dropped in error for active sessions in the forward direction
bytes-dropped-tcp-reverseTotal TCP bytes dropped in error for active sessions in the reverse direction
bytes-dropped-udp-forwardTotal UDP bytes dropped in error for active sessions in the forward direction
bytes-dropped-udp-reverseTotal UDP bytes dropped in error for active sessions in the reverse direction
bytes-other-protocolTotal bytes for active sessions using other protocols
bytes-receivedTotal bytes received for active sessions
bytes-received-forwardTotal bytes received for active sessions in the forward direction
bytes-received-other-protocolTotal bytes received for active sessions using other protocols
bytes-received-other-protocol-forwardTotal bytes received for active sessions using other protocols in the forward direction
bytes-received-other-protocol-reverseTotal bytes received for active sessions using other protocols in the reverse direction
bytes-received-reverseTotal bytes received for active sessions in the reverse direction
bytes-received-tcpTotal TCP bytes received for active sessions
bytes-received-tcp-forwardTotal TCP bytes received for active sessions in the forward direction
bytes-received-tcp-reverseTotal TCP bytes received for active sessions in the reverse direction
bytes-received-udpTotal UDP bytes received for active sessions
bytes-received-udp-forwardTotal UDP bytes received for active sessions in the forward direction
bytes-received-udp-reverseTotal UDP bytes received for active sessions in the reverse direction
bytes-tcpTotal TCP bytes for active sessions
bytes-transmittedTotal bytes sent for active sessions
bytes-transmitted-forwardTotal bytes sent for active sessions in the forward direction
bytes-transmitted-other-protocolTotal bytes sent for active sessions using other protocols
bytes-transmitted-other-protocol-forwardTotal bytes sent for active sessions using other protocols in the forward direction
bytes-transmitted-other-protocol-reverseTotal bytes sent for active sessions using other protocols in the reverse direction
bytes-transmitted-reverseTotal bytes sent for active sessions in the reverse direction
bytes-transmitted-tcpTotal TCP bytes sent for active sessions
bytes-transmitted-tcp-forwardTotal TCP bytes sent for active sessions in the forward direction
bytes-transmitted-tcp-reverseTotal TCP bytes sent for active sessions in the reverse direction
bytes-transmitted-udpTotal UDP bytes sent for active sessions
bytes-transmitted-udp-forwardTotal UDP bytes sent for active sessions in the forward direction
bytes-transmitted-udp-reverseTotal UDP bytes sent for active sessions in the reverse direction
bytes-udpTotal UDP bytes for active sessions
packetsTotal packets (packets per second)
packets-dropped-forwardTotal packets dropped in error for active sessions in the forward direction (packets per second)
packets-dropped-other-protocol-forwardTotal packets dropped for active sessions using other protocols in the forward direction (packets per second)
packets-dropped-other-protocol-reverseTotal packets dropped for active sessions using other protocols in the reverse direction (packets per second)
packets-dropped-reverseTotal packets dropped in error for active sessions in the reverse direction (packets per second)
packets-dropped-tcp-forwardTotal TCP packets dropped in error for active sessions in the forward direction (packets per second)
packets-dropped-tcp-reverseTotal TCP packets dropped in error for active sessions in the reverse direction (packets per second)
packets-dropped-udp-forwardTotal UDP packets dropped in error for active sessions in the forward direction (packets per second)
packets-dropped-udp-reverseTotal UDP packets dropped in error for active sessions in the reverse direction (packets per second)
packets-other-protocolTotal packets for active sessions using other protocols (packets per second)
packets-receivedTotal packets received for active sessions (packets per second)
packets-received-forwardTotal packets received for active sessions in the forward direction (packets per second)
packets-received-other-protocolTotal packets received for active sessions using other protocols (packets per second)
packets-received-other-protocol-forwardTotal packets received for active sessions using other protocols in the forward direction (packets per second)
packets-received-other-protocol-reverseTotal packets received for active sessions using other protocols in reverse direction (packets per second)
packets-received-reverseTotal packets received for active sessions in the reverse direction (packets per second)
packets-received-tcpTotal TCP packets received for active sessions (packets per second)
packets-received-tcp-forwardTotal TCP packets received for active sessions in the forward direction (packets per second)
packets-received-tcp-reverseTotal TCP packets received for active sessions in the reverse direction (packets per second)
packets-received-udpTotal UDP packets received for active sessions (packets per second)
packets-received-udp-forwardTotal UDP packets received for active sessions in the forward direction (packets per second)
packets-received-udp-reverseTotal UDP packets received for active sessions in the reverse direction (packets per second)
packets-tcpTotal TCP packets for active sessions (packets per second)
packets-transmittedTotal packets sent for active sessions (packets per second)
packets-transmitted-forwardTotal packets sent for active sessions in the forward direction (packets per second)
packets-transmitted-other-protocolTotal packets sent for active sessions using other protocols (packets per second)
packets-transmitted-other-protocol-forwardTotal packets sent for active sessions using other protocols in the forward direction (packets per second)
packets-transmitted-other-protocol-reverseTotal packets sent for active sessions using other protocols in the reverse direction (packets per second)
packets-transmitted-reverseTotal packets sent for active sessions in the reverse direction (packets per second)
packets-transmitted-tcpTotal TCP packets sent for active sessions (packets per second)
packets-transmitted-tcp-forwardTotal TCP packets sent for active sessions in the forward direction (packets per second)
packets-transmitted-tcp-reverseTotal TCP packets sent for active sessions in the reverse direction (packets per second)
packets-transmitted-udpTotal UDP packets sent for active sessions (packets per second)
packets-transmitted-udp-forwardTotal UDP packets sent for active sessions in the forward direction (packets per second)
packets-transmitted-udp-reverseTotal UDP packets sent for active sessions in the reverse direction (packets per second)
packets-udpTotal UDP packets for active sessions (packets per second)
session-arrival-rateRate of arrival for new sessions per unit time (sessions per second)
session-countTotal number of active sessions
session-departure-rateRate of departure for terminated sessions per unit time (session departures per second)
tcp-bad-flag-combinationsTotal number of TCP bad flag combinations received for active sessions (packets per second)
tcp-bad-flag-combinations-forwardTotal number of TCP bad flag combinations received for active sessions in the forward direction (packets per second)
tcp-bad-flag-combinations-reverseTotal number of TCP bad flag combinations received for active sessions in the reverse direction (packets per second)
tcp-invalid-state-transitionsTotal TCP invalid state transitions received for active sessions (packets per second)
tcp-invalid-state-transitions-forwardTotal TCP invalid state transitions received for active sessions in the forward direction (packets per second)
tcp-invalid-state-transitions-reverseTotal TCP invalid state transitions received for active sessions in the reverse direction (packets per second)
tcp-out-of-orderTotal number of TCP data received for active sessions that was out of order (packets per second)
tcp-out-of-order-forwardTotal number of TCP data received for active sessions that was out of order in the forward direction (packets per second)
tcp-out-of-order-reverseTotal number of TCP data received for active sessions that was out of order in the reverse direction (packets per second)
tcp-out-of-windowTotal number of TCP data received for active sessions that was out of window (packets per second)
tcp-out-of-window-forwardTotal number of TCP data received for active sessions that was out of window in the forward direction (packets per second)
tcp-out-of-window-reverseTotal number of TCP data received for active sessions that was out of window in the reverse direction (packets per second)
tcp-resetsTotal TCP resets for active sessions (resets per second)
tcp-resets-receivedTotal TCP resets received for active sessions (resets per second)
tcp-resets-received-forwardTotal TCP resets received for active sessions in the forward direction (resets per second)
tcp-resets-received-reverseTotal TCP resets received for active sessions in the reverse direction (resets per second)
tcp-resets-transmittedTotal TCP resets sent for active sessions (resets per second)
tcp-resets-transmitted-forwardTotal number of TCP resets sent for active sessions in the forward direction (resets per second)
tcp-resets-transmitted-reverseTotal number of TCP resets sent for active sessions in the reverse direction (resets per second)
tcp-retransmissionsTotal TCP data retransmissions for active sessions (retransmissions per second)
tcp-retransmissions-receivedTotal number of TCP data retransmissions received for active sessions (retransmissions per second)
tcp-retransmissions-received-forwardTotal number of TCP data retransmissions received for active sessions in the forward direction (retransmissions per second)
tcp-retransmissions-received-reverseTotal number of TCP data retransmissions received for active sessions in the reverse direction (retransmissions per second)
tcp-retransmissions-transmittedTotal number of TCP data retransmissions sent for active sessions (retransmissions per second)
tcp-retransmissions-transmitted-forwardTotal number of TCP data retransmissions sent for active sessions in the forward direction (retransmissions per second)
tcp-retransmissions-transmitted-reverseTotal number of TCP data retransmissions sent for active sessions in the reverse direction (retransmissions per second)

show stats aggregate-session by-service-route bandwidth#

Total bandwidth of active sessions (bytes per second)

Usage#

show stats aggregate-session by-service-route bandwidth [service-route <service-route>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bandwidth-other-protocol#

Total bandwidth for other protocols (bytes per second)

Usage#

show stats aggregate-session by-service-route bandwidth-other-protocol [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bandwidth-received#

Total received bandwidth (bytes per second)

Usage#

show stats aggregate-session by-service-route bandwidth-received [service-route <service-route>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bandwidth-received-forward#

Total received bandwidth in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-service-route bandwidth-received-forward [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bandwidth-received-other-protocol#

Total bandwidth received for other protocols (bytes per second)

Usage#

show stats aggregate-session by-service-route bandwidth-received-other-protocol [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bandwidth-received-other-protocol-forward#

Total bandwidth received in the forward direction for other protocols (bytes per second)

Usage#

show stats aggregate-session by-service-route bandwidth-received-other-protocol-forward [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bandwidth-received-other-protocol-reverse#

Total bandwidth received in the reverse direction for other protocols (bytes per second)

Usage#

show stats aggregate-session by-service-route bandwidth-received-other-protocol-reverse [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bandwidth-received-reverse#

Total received bandwidth in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-service-route bandwidth-received-reverse [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bandwidth-received-tcp#

Total TCP bandwidth received (bytes per second)

Usage#

show stats aggregate-session by-service-route bandwidth-received-tcp [service-route <service-route>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bandwidth-received-tcp-forward#

Total TCP bandwidth received in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-service-route bandwidth-received-tcp-forward [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bandwidth-received-tcp-reverse#

Total TCP bandwidth received in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-service-route bandwidth-received-tcp-reverse [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bandwidth-received-udp#

Total UDP bandwidth received (bytes per second)

Usage#

show stats aggregate-session by-service-route bandwidth-received-udp [service-route <service-route>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bandwidth-received-udp-forward#

Total UDP bandwidth received in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-service-route bandwidth-received-udp-forward [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bandwidth-received-udp-reverse#

Total UDP bandwidth received in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-service-route bandwidth-received-udp-reverse [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bandwidth-tcp#

Total TCP bandwidth (bytes per second)

Usage#

show stats aggregate-session by-service-route bandwidth-tcp [service-route <service-route>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bandwidth-transmitted#

Total sent bandwidth (bytes per second)

Usage#

show stats aggregate-session by-service-route bandwidth-transmitted [service-route <service-route>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bandwidth-transmitted-forward#

Total sent bandwidth in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-service-route bandwidth-transmitted-forward [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bandwidth-transmitted-other-protocol#

Total bandwidth sent for other protocols (bytes per second)

Usage#

show stats aggregate-session by-service-route bandwidth-transmitted-other-protocol [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bandwidth-transmitted-other-protocol-forward#

Total bandwidth sent in the forward direction for other protocols (bytes per second)

Usage#

show stats aggregate-session by-service-route bandwidth-transmitted-other-protocol-forward [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bandwidth-transmitted-other-protocol-reverse#

Total bandwidth sent in the reverse direction for other protocols (bytes per second)

Usage#

show stats aggregate-session by-service-route bandwidth-transmitted-other-protocol-reverse [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bandwidth-transmitted-reverse#

Total sent bandwidth in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-service-route bandwidth-transmitted-reverse [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bandwidth-transmitted-tcp#

Total TCP bandwidth sent (bytes per second)

Usage#

show stats aggregate-session by-service-route bandwidth-transmitted-tcp [service-route <service-route>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bandwidth-transmitted-tcp-forward#

Total TCP bandwidth sent in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-service-route bandwidth-transmitted-tcp-forward [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bandwidth-transmitted-tcp-reverse#

Total TCP bandwidth sent in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-service-route bandwidth-transmitted-tcp-reverse [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bandwidth-transmitted-udp#

Total UDP bandwidth sent (bytes per second)

Usage#

show stats aggregate-session by-service-route bandwidth-transmitted-udp [service-route <service-route>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bandwidth-transmitted-udp-forward#

Total UDP bandwidth sent in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-service-route bandwidth-transmitted-udp-forward [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bandwidth-transmitted-udp-reverse#

Total UDP bandwidth sent in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-service-route bandwidth-transmitted-udp-reverse [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bandwidth-udp#

Total UDP bandwidth (bytes per second)

Usage#

show stats aggregate-session by-service-route bandwidth-udp [service-route <service-route>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bytes#

Total bytes

Usage#

show stats aggregate-session by-service-route bytes [service-route <service-route>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bytes-dropped-forward#

Total bytes dropped in error for active sessions in the forward direction

Usage#

show stats aggregate-session by-service-route bytes-dropped-forward [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bytes-dropped-other-protocol-forward#

Total bytes dropped for active sessions using other protocols in the forward direction

Usage#

show stats aggregate-session by-service-route bytes-dropped-other-protocol-forward [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bytes-dropped-other-protocol-reverse#

Total bytes dropped for active sessions using other protocols in the reverse direction

Usage#

show stats aggregate-session by-service-route bytes-dropped-other-protocol-reverse [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bytes-dropped-reverse#

Total bytes dropped in error for active sessions in the reverse direction

Usage#

show stats aggregate-session by-service-route bytes-dropped-reverse [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bytes-dropped-tcp-forward#

Total TCP bytes dropped in error for active sessions in the forward direction

Usage#

show stats aggregate-session by-service-route bytes-dropped-tcp-forward [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bytes-dropped-tcp-reverse#

Total TCP bytes dropped in error for active sessions in the reverse direction

Usage#

show stats aggregate-session by-service-route bytes-dropped-tcp-reverse [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bytes-dropped-udp-forward#

Total UDP bytes dropped in error for active sessions in the forward direction

Usage#

show stats aggregate-session by-service-route bytes-dropped-udp-forward [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bytes-dropped-udp-reverse#

Total UDP bytes dropped in error for active sessions in the reverse direction

Usage#

show stats aggregate-session by-service-route bytes-dropped-udp-reverse [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bytes-other-protocol#

Total bytes for active sessions using other protocols

Usage#

show stats aggregate-session by-service-route bytes-other-protocol [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bytes-received#

Total bytes received for active sessions

Usage#

show stats aggregate-session by-service-route bytes-received [service-route <service-route>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bytes-received-forward#

Total bytes received for active sessions in the forward direction

Usage#

show stats aggregate-session by-service-route bytes-received-forward [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bytes-received-other-protocol#

Total bytes received for active sessions using other protocols

Usage#

show stats aggregate-session by-service-route bytes-received-other-protocol [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bytes-received-other-protocol-forward#

Total bytes received for active sessions using other protocols in the forward direction

Usage#

show stats aggregate-session by-service-route bytes-received-other-protocol-forward [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bytes-received-other-protocol-reverse#

Total bytes received for active sessions using other protocols in the reverse direction

Usage#

show stats aggregate-session by-service-route bytes-received-other-protocol-reverse [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bytes-received-reverse#

Total bytes received for active sessions in the reverse direction

Usage#

show stats aggregate-session by-service-route bytes-received-reverse [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bytes-received-tcp#

Total TCP bytes received for active sessions

Usage#

show stats aggregate-session by-service-route bytes-received-tcp [service-route <service-route>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bytes-received-tcp-forward#

Total TCP bytes received for active sessions in the forward direction

Usage#

show stats aggregate-session by-service-route bytes-received-tcp-forward [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bytes-received-tcp-reverse#

Total TCP bytes received for active sessions in the reverse direction

Usage#

show stats aggregate-session by-service-route bytes-received-tcp-reverse [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bytes-received-udp#

Total UDP bytes received for active sessions

Usage#

show stats aggregate-session by-service-route bytes-received-udp [service-route <service-route>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bytes-received-udp-forward#

Total UDP bytes received for active sessions in the forward direction

Usage#

show stats aggregate-session by-service-route bytes-received-udp-forward [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bytes-received-udp-reverse#

Total UDP bytes received for active sessions in the reverse direction

Usage#

show stats aggregate-session by-service-route bytes-received-udp-reverse [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bytes-tcp#

Total TCP bytes for active sessions

Usage#

show stats aggregate-session by-service-route bytes-tcp [service-route <service-route>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bytes-transmitted#

Total bytes sent for active sessions

Usage#

show stats aggregate-session by-service-route bytes-transmitted [service-route <service-route>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bytes-transmitted-forward#

Total bytes sent for active sessions in the forward direction

Usage#

show stats aggregate-session by-service-route bytes-transmitted-forward [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bytes-transmitted-other-protocol#

Total bytes sent for active sessions using other protocols

Usage#

show stats aggregate-session by-service-route bytes-transmitted-other-protocol [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bytes-transmitted-other-protocol-forward#

Total bytes sent for active sessions using other protocols in the forward direction

Usage#

show stats aggregate-session by-service-route bytes-transmitted-other-protocol-forward [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bytes-transmitted-other-protocol-reverse#

Total bytes sent for active sessions using other protocols in the reverse direction

Usage#

show stats aggregate-session by-service-route bytes-transmitted-other-protocol-reverse [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bytes-transmitted-reverse#

Total bytes sent for active sessions in the reverse direction

Usage#

show stats aggregate-session by-service-route bytes-transmitted-reverse [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bytes-transmitted-tcp#

Total TCP bytes sent for active sessions

Usage#

show stats aggregate-session by-service-route bytes-transmitted-tcp [service-route <service-route>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bytes-transmitted-tcp-forward#

Total TCP bytes sent for active sessions in the forward direction

Usage#

show stats aggregate-session by-service-route bytes-transmitted-tcp-forward [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bytes-transmitted-tcp-reverse#

Total TCP bytes sent for active sessions in the reverse direction

Usage#

show stats aggregate-session by-service-route bytes-transmitted-tcp-reverse [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bytes-transmitted-udp#

Total UDP bytes sent for active sessions

Usage#

show stats aggregate-session by-service-route bytes-transmitted-udp [service-route <service-route>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bytes-transmitted-udp-forward#

Total UDP bytes sent for active sessions in the forward direction

Usage#

show stats aggregate-session by-service-route bytes-transmitted-udp-forward [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bytes-transmitted-udp-reverse#

Total UDP bytes sent for active sessions in the reverse direction

Usage#

show stats aggregate-session by-service-route bytes-transmitted-udp-reverse [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route bytes-udp#

Total UDP bytes for active sessions

Usage#

show stats aggregate-session by-service-route bytes-udp [service-route <service-route>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route packets#

Total packets (packets per second)

Usage#

show stats aggregate-session by-service-route packets [service-route <service-route>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route packets-dropped-forward#

Total packets dropped in error for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-route packets-dropped-forward [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route packets-dropped-other-protocol-forward#

Total packets dropped for active sessions using other protocols in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-route packets-dropped-other-protocol-forward [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route packets-dropped-other-protocol-reverse#

Total packets dropped for active sessions using other protocols in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-route packets-dropped-other-protocol-reverse [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route packets-dropped-reverse#

Total packets dropped in error for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-route packets-dropped-reverse [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route packets-dropped-tcp-forward#

Total TCP packets dropped in error for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-route packets-dropped-tcp-forward [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route packets-dropped-tcp-reverse#

Total TCP packets dropped in error for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-route packets-dropped-tcp-reverse [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route packets-dropped-udp-forward#

Total UDP packets dropped in error for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-route packets-dropped-udp-forward [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route packets-dropped-udp-reverse#

Total UDP packets dropped in error for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-route packets-dropped-udp-reverse [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route packets-other-protocol#

Total packets for active sessions using other protocols (packets per second)

Usage#

show stats aggregate-session by-service-route packets-other-protocol [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route packets-received#

Total packets received for active sessions (packets per second)

Usage#

show stats aggregate-session by-service-route packets-received [service-route <service-route>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route packets-received-forward#

Total packets received for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-route packets-received-forward [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route packets-received-other-protocol#

Total packets received for active sessions using other protocols (packets per second)

Usage#

show stats aggregate-session by-service-route packets-received-other-protocol [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route packets-received-other-protocol-forward#

Total packets received for active sessions using other protocols in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-route packets-received-other-protocol-forward [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route packets-received-other-protocol-reverse#

Total packets received for active sessions using other protocols in reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-route packets-received-other-protocol-reverse [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route packets-received-reverse#

Total packets received for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-route packets-received-reverse [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route packets-received-tcp#

Total TCP packets received for active sessions (packets per second)

Usage#

show stats aggregate-session by-service-route packets-received-tcp [service-route <service-route>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route packets-received-tcp-forward#

Total TCP packets received for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-route packets-received-tcp-forward [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route packets-received-tcp-reverse#

Total TCP packets received for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-route packets-received-tcp-reverse [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route packets-received-udp#

Total UDP packets received for active sessions (packets per second)

Usage#

show stats aggregate-session by-service-route packets-received-udp [service-route <service-route>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route packets-received-udp-forward#

Total UDP packets received for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-route packets-received-udp-forward [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route packets-received-udp-reverse#

Total UDP packets received for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-route packets-received-udp-reverse [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route packets-tcp#

Total TCP packets for active sessions (packets per second)

Usage#

show stats aggregate-session by-service-route packets-tcp [service-route <service-route>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route packets-transmitted#

Total packets sent for active sessions (packets per second)

Usage#

show stats aggregate-session by-service-route packets-transmitted [service-route <service-route>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route packets-transmitted-forward#

Total packets sent for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-route packets-transmitted-forward [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route packets-transmitted-other-protocol#

Total packets sent for active sessions using other protocols (packets per second)

Usage#

show stats aggregate-session by-service-route packets-transmitted-other-protocol [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route packets-transmitted-other-protocol-forward#

Total packets sent for active sessions using other protocols in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-route packets-transmitted-other-protocol-forward [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route packets-transmitted-other-protocol-reverse#

Total packets sent for active sessions using other protocols in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-route packets-transmitted-other-protocol-reverse [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route packets-transmitted-reverse#

Total packets sent for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-route packets-transmitted-reverse [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route packets-transmitted-tcp#

Total TCP packets sent for active sessions (packets per second)

Usage#

show stats aggregate-session by-service-route packets-transmitted-tcp [service-route <service-route>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route packets-transmitted-tcp-forward#

Total TCP packets sent for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-route packets-transmitted-tcp-forward [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route packets-transmitted-tcp-reverse#

Total TCP packets sent for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-route packets-transmitted-tcp-reverse [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route packets-transmitted-udp#

Total UDP packets sent for active sessions (packets per second)

Usage#

show stats aggregate-session by-service-route packets-transmitted-udp [service-route <service-route>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route packets-transmitted-udp-forward#

Total UDP packets sent for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-route packets-transmitted-udp-forward [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route packets-transmitted-udp-reverse#

Total UDP packets sent for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-route packets-transmitted-udp-reverse [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route packets-udp#

Total UDP packets for active sessions (packets per second)

Usage#

show stats aggregate-session by-service-route packets-udp [service-route <service-route>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route session-arrival-rate#

Rate of arrival for new sessions per unit time (sessions per second)

Usage#

show stats aggregate-session by-service-route session-arrival-rate [service-route <service-route>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route session-count#

Total number of active sessions

Usage#

show stats aggregate-session by-service-route session-count [service-route <service-route>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route session-departure-rate#

Rate of departure for terminated sessions per unit time (session departures per second)

Usage#

show stats aggregate-session by-service-route session-departure-rate [service-route <service-route>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route tcp-bad-flag-combinations#

Total number of TCP bad flag combinations received for active sessions (packets per second)

Usage#

show stats aggregate-session by-service-route tcp-bad-flag-combinations [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route tcp-bad-flag-combinations-forward#

Total number of TCP bad flag combinations received for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-route tcp-bad-flag-combinations-forward [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route tcp-bad-flag-combinations-reverse#

Total number of TCP bad flag combinations received for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-route tcp-bad-flag-combinations-reverse [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route tcp-invalid-state-transitions#

Total TCP invalid state transitions received for active sessions (packets per second)

Usage#

show stats aggregate-session by-service-route tcp-invalid-state-transitions [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route tcp-invalid-state-transitions-forward#

Total TCP invalid state transitions received for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-route tcp-invalid-state-transitions-forward [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route tcp-invalid-state-transitions-reverse#

Total TCP invalid state transitions received for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-route tcp-invalid-state-transitions-reverse [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route tcp-out-of-order#

Total number of TCP data received for active sessions that was out of order (packets per second)

Usage#

show stats aggregate-session by-service-route tcp-out-of-order [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route tcp-out-of-order-forward#

Total number of TCP data received for active sessions that was out of order in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-route tcp-out-of-order-forward [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route tcp-out-of-order-reverse#

Total number of TCP data received for active sessions that was out of order in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-route tcp-out-of-order-reverse [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route tcp-out-of-window#

Total number of TCP data received for active sessions that was out of window (packets per second)

Usage#

show stats aggregate-session by-service-route tcp-out-of-window [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route tcp-out-of-window-forward#

Total number of TCP data received for active sessions that was out of window in the forward direction (packets per second)

Usage#

show stats aggregate-session by-service-route tcp-out-of-window-forward [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route tcp-out-of-window-reverse#

Total number of TCP data received for active sessions that was out of window in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-service-route tcp-out-of-window-reverse [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route tcp-resets#

Total TCP resets for active sessions (resets per second)

Usage#

show stats aggregate-session by-service-route tcp-resets [service-route <service-route>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route tcp-resets-received#

Total TCP resets received for active sessions (resets per second)

Usage#

show stats aggregate-session by-service-route tcp-resets-received [service-route <service-route>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route tcp-resets-received-forward#

Total TCP resets received for active sessions in the forward direction (resets per second)

Usage#

show stats aggregate-session by-service-route tcp-resets-received-forward [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route tcp-resets-received-reverse#

Total TCP resets received for active sessions in the reverse direction (resets per second)

Usage#

show stats aggregate-session by-service-route tcp-resets-received-reverse [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route tcp-resets-transmitted#

Total TCP resets sent for active sessions (resets per second)

Usage#

show stats aggregate-session by-service-route tcp-resets-transmitted [service-route <service-route>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route tcp-resets-transmitted-forward#

Total number of TCP resets sent for active sessions in the forward direction (resets per second)

Usage#

show stats aggregate-session by-service-route tcp-resets-transmitted-forward [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route tcp-resets-transmitted-reverse#

Total number of TCP resets sent for active sessions in the reverse direction (resets per second)

Usage#

show stats aggregate-session by-service-route tcp-resets-transmitted-reverse [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route tcp-retransmissions#

Total TCP data retransmissions for active sessions (retransmissions per second)

Usage#

show stats aggregate-session by-service-route tcp-retransmissions [service-route <service-route>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route tcp-retransmissions-received#

Total number of TCP data retransmissions received for active sessions (retransmissions per second)

Usage#

show stats aggregate-session by-service-route tcp-retransmissions-received [service-route <service-route>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route tcp-retransmissions-received-forward#

Total number of TCP data retransmissions received for active sessions in the forward direction (retransmissions per second)

Usage#

show stats aggregate-session by-service-route tcp-retransmissions-received-forward [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route tcp-retransmissions-received-reverse#

Total number of TCP data retransmissions received for active sessions in the reverse direction (retransmissions per second)

Usage#

show stats aggregate-session by-service-route tcp-retransmissions-received-reverse [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route tcp-retransmissions-transmitted#

Total number of TCP data retransmissions sent for active sessions (retransmissions per second)

Usage#

show stats aggregate-session by-service-route tcp-retransmissions-transmitted [service-route <service-route>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route tcp-retransmissions-transmitted-forward#

Total number of TCP data retransmissions sent for active sessions in the forward direction (retransmissions per second)

Usage#

show stats aggregate-session by-service-route tcp-retransmissions-transmitted-forward [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-service-route tcp-retransmissions-transmitted-reverse#

Total number of TCP data retransmissions sent for active sessions in the reverse direction (retransmissions per second)

Usage#

show stats aggregate-session by-service-route tcp-retransmissions-transmitted-reverse [service-route <service-route>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
service-routeThe name of the service route generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant#

Statistics aggregated by quetenant

Usage#

show stats aggregate-session by-tenant [tenant <tenant>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
bandwidthTotal bandwidth of active sessions (bytes per second)
bandwidth-other-protocolTotal bandwidth for other protocols (bytes per second)
bandwidth-receivedTotal received bandwidth (bytes per second)
bandwidth-received-forwardTotal received bandwidth in the forward direction (bytes per second)
bandwidth-received-other-protocolTotal bandwidth received for other protocols (bytes per second)
bandwidth-received-other-protocol-forwardTotal bandwidth received in the forward direction for other protocols (bytes per second)
bandwidth-received-other-protocol-reverseTotal bandwidth received in the reverse direction for other protocols (bytes per second)
bandwidth-received-reverseTotal received bandwidth in the reverse direction (bytes per second)
bandwidth-received-tcpTotal TCP bandwidth received (bytes per second)
bandwidth-received-tcp-forwardTotal TCP bandwidth received in the forward direction (bytes per second)
bandwidth-received-tcp-reverseTotal TCP bandwidth received in the reverse direction (bytes per second)
bandwidth-received-udpTotal UDP bandwidth received (bytes per second)
bandwidth-received-udp-forwardTotal UDP bandwidth received in the forward direction (bytes per second)
bandwidth-received-udp-reverseTotal UDP bandwidth received in the reverse direction (bytes per second)
bandwidth-tcpTotal TCP bandwidth (bytes per second)
bandwidth-transmittedTotal sent bandwidth (bytes per second)
bandwidth-transmitted-forwardTotal sent bandwidth in the forward direction (bytes per second)
bandwidth-transmitted-other-protocolTotal bandwidth sent for other protocols (bytes per second)
bandwidth-transmitted-other-protocol-forwardTotal bandwidth sent in the forward direction for other protocols (bytes per second)
bandwidth-transmitted-other-protocol-reverseTotal bandwidth sent in the reverse direction for other protocols (bytes per second)
bandwidth-transmitted-reverseTotal sent bandwidth in the reverse direction (bytes per second)
bandwidth-transmitted-tcpTotal TCP bandwidth sent (bytes per second)
bandwidth-transmitted-tcp-forwardTotal TCP bandwidth sent in the forward direction (bytes per second)
bandwidth-transmitted-tcp-reverseTotal TCP bandwidth sent in the reverse direction (bytes per second)
bandwidth-transmitted-udpTotal UDP bandwidth sent (bytes per second)
bandwidth-transmitted-udp-forwardTotal UDP bandwidth sent in the forward direction (bytes per second)
bandwidth-transmitted-udp-reverseTotal UDP bandwidth sent in the reverse direction (bytes per second)
bandwidth-udpTotal UDP bandwidth (bytes per second)
bytesTotal bytes
bytes-dropped-forwardTotal bytes dropped in error for active sessions in the forward direction
bytes-dropped-other-protocol-forwardTotal bytes dropped for active sessions using other protocols in the forward direction
bytes-dropped-other-protocol-reverseTotal bytes dropped for active sessions using other protocols in the reverse direction
bytes-dropped-reverseTotal bytes dropped in error for active sessions in the reverse direction
bytes-dropped-tcp-forwardTotal TCP bytes dropped in error for active sessions in the forward direction
bytes-dropped-tcp-reverseTotal TCP bytes dropped in error for active sessions in the reverse direction
bytes-dropped-udp-forwardTotal UDP bytes dropped in error for active sessions in the forward direction
bytes-dropped-udp-reverseTotal UDP bytes dropped in error for active sessions in the reverse direction
bytes-other-protocolTotal bytes for active sessions using other protocols
bytes-receivedTotal bytes received for active sessions
bytes-received-forwardTotal bytes received for active sessions in the forward direction
bytes-received-other-protocolTotal bytes received for active sessions using other protocols
bytes-received-other-protocol-forwardTotal bytes received for active sessions using other protocols in the forward direction
bytes-received-other-protocol-reverseTotal bytes received for active sessions using other protocols in the reverse direction
bytes-received-reverseTotal bytes received for active sessions in the reverse direction
bytes-received-tcpTotal TCP bytes received for active sessions
bytes-received-tcp-forwardTotal TCP bytes received for active sessions in the forward direction
bytes-received-tcp-reverseTotal TCP bytes received for active sessions in the reverse direction
bytes-received-udpTotal UDP bytes received for active sessions
bytes-received-udp-forwardTotal UDP bytes received for active sessions in the forward direction
bytes-received-udp-reverseTotal UDP bytes received for active sessions in the reverse direction
bytes-tcpTotal TCP bytes for active sessions
bytes-transmittedTotal bytes sent for active sessions
bytes-transmitted-forwardTotal bytes sent for active sessions in the forward direction
bytes-transmitted-other-protocolTotal bytes sent for active sessions using other protocols
bytes-transmitted-other-protocol-forwardTotal bytes sent for active sessions using other protocols in the forward direction
bytes-transmitted-other-protocol-reverseTotal bytes sent for active sessions using other protocols in the reverse direction
bytes-transmitted-reverseTotal bytes sent for active sessions in the reverse direction
bytes-transmitted-tcpTotal TCP bytes sent for active sessions
bytes-transmitted-tcp-forwardTotal TCP bytes sent for active sessions in the forward direction
bytes-transmitted-tcp-reverseTotal TCP bytes sent for active sessions in the reverse direction
bytes-transmitted-udpTotal UDP bytes sent for active sessions
bytes-transmitted-udp-forwardTotal UDP bytes sent for active sessions in the forward direction
bytes-transmitted-udp-reverseTotal UDP bytes sent for active sessions in the reverse direction
bytes-udpTotal UDP bytes for active sessions
packetsTotal packets (packets per second)
packets-dropped-forwardTotal packets dropped in error for active sessions in the forward direction (packets per second)
packets-dropped-other-protocol-forwardTotal packets dropped for active sessions using other protocols in the forward direction (packets per second)
packets-dropped-other-protocol-reverseTotal packets dropped for active sessions using other protocols in the reverse direction (packets per second)
packets-dropped-reverseTotal packets dropped in error for active sessions in the reverse direction (packets per second)
packets-dropped-tcp-forwardTotal TCP packets dropped in error for active sessions in the forward direction (packets per second)
packets-dropped-tcp-reverseTotal TCP packets dropped in error for active sessions in the reverse direction (packets per second)
packets-dropped-udp-forwardTotal UDP packets dropped in error for active sessions in the forward direction (packets per second)
packets-dropped-udp-reverseTotal UDP packets dropped in error for active sessions in the reverse direction (packets per second)
packets-other-protocolTotal packets for active sessions using other protocols (packets per second)
packets-receivedTotal packets received for active sessions (packets per second)
packets-received-forwardTotal packets received for active sessions in the forward direction (packets per second)
packets-received-other-protocolTotal packets received for active sessions using other protocols (packets per second)
packets-received-other-protocol-forwardTotal packets received for active sessions using other protocols in the forward direction (packets per second)
packets-received-other-protocol-reverseTotal packets received for active sessions using other protocols in reverse direction (packets per second)
packets-received-reverseTotal packets received for active sessions in the reverse direction (packets per second)
packets-received-tcpTotal TCP packets received for active sessions (packets per second)
packets-received-tcp-forwardTotal TCP packets received for active sessions in the forward direction (packets per second)
packets-received-tcp-reverseTotal TCP packets received for active sessions in the reverse direction (packets per second)
packets-received-udpTotal UDP packets received for active sessions (packets per second)
packets-received-udp-forwardTotal UDP packets received for active sessions in the forward direction (packets per second)
packets-received-udp-reverseTotal UDP packets received for active sessions in the reverse direction (packets per second)
packets-tcpTotal TCP packets for active sessions (packets per second)
packets-transmittedTotal packets sent for active sessions (packets per second)
packets-transmitted-forwardTotal packets sent for active sessions in the forward direction (packets per second)
packets-transmitted-other-protocolTotal packets sent for active sessions using other protocols (packets per second)
packets-transmitted-other-protocol-forwardTotal packets sent for active sessions using other protocols in the forward direction (packets per second)
packets-transmitted-other-protocol-reverseTotal packets sent for active sessions using other protocols in the reverse direction (packets per second)
packets-transmitted-reverseTotal packets sent for active sessions in the reverse direction (packets per second)
packets-transmitted-tcpTotal TCP packets sent for active sessions (packets per second)
packets-transmitted-tcp-forwardTotal TCP packets sent for active sessions in the forward direction (packets per second)
packets-transmitted-tcp-reverseTotal TCP packets sent for active sessions in the reverse direction (packets per second)
packets-transmitted-udpTotal UDP packets sent for active sessions (packets per second)
packets-transmitted-udp-forwardTotal UDP packets sent for active sessions in the forward direction (packets per second)
packets-transmitted-udp-reverseTotal UDP packets sent for active sessions in the reverse direction (packets per second)
packets-udpTotal UDP packets for active sessions (packets per second)
session-arrival-rateRate of arrival for new sessions per unit time (sessions per second)
session-countTotal number of active sessions
session-departure-rateRate of departure for terminated sessions per unit time (session departures per second)
tcp-bad-flag-combinationsTotal number of TCP bad flag combinations received for active sessions (packets per second)
tcp-bad-flag-combinations-forwardTotal number of TCP bad flag combinations received for active sessions in the forward direction (packets per second)
tcp-bad-flag-combinations-reverseTotal number of TCP bad flag combinations received for active sessions in the reverse direction (packets per second)
tcp-invalid-state-transitionsTotal TCP invalid state transitions received for active sessions (packets per second)
tcp-invalid-state-transitions-forwardTotal TCP invalid state transitions received for active sessions in the forward direction (packets per second)
tcp-invalid-state-transitions-reverseTotal TCP invalid state transitions received for active sessions in the reverse direction (packets per second)
tcp-out-of-orderTotal number of TCP data received for active sessions that was out of order (packets per second)
tcp-out-of-order-forwardTotal number of TCP data received for active sessions that was out of order in the forward direction (packets per second)
tcp-out-of-order-reverseTotal number of TCP data received for active sessions that was out of order in the reverse direction (packets per second)
tcp-out-of-windowTotal number of TCP data received for active sessions that was out of window (packets per second)
tcp-out-of-window-forwardTotal number of TCP data received for active sessions that was out of window in the forward direction (packets per second)
tcp-out-of-window-reverseTotal number of TCP data received for active sessions that was out of window in the reverse direction (packets per second)
tcp-resetsTotal TCP resets for active sessions (resets per second)
tcp-resets-receivedTotal TCP resets received for active sessions (resets per second)
tcp-resets-received-forwardTotal TCP resets received for active sessions in the forward direction (resets per second)
tcp-resets-received-reverseTotal TCP resets received for active sessions in the reverse direction (resets per second)
tcp-resets-transmittedTotal TCP resets sent for active sessions (resets per second)
tcp-resets-transmitted-forwardTotal number of TCP resets sent for active sessions in the forward direction (resets per second)
tcp-resets-transmitted-reverseTotal number of TCP resets sent for active sessions in the reverse direction (resets per second)
tcp-retransmissionsTotal TCP data retransmissions for active sessions (retransmissions per second)
tcp-retransmissions-receivedTotal number of TCP data retransmissions received for active sessions (retransmissions per second)
tcp-retransmissions-received-forwardTotal number of TCP data retransmissions received for active sessions in the forward direction (retransmissions per second)
tcp-retransmissions-received-reverseTotal number of TCP data retransmissions received for active sessions in the reverse direction (retransmissions per second)
tcp-retransmissions-transmittedTotal number of TCP data retransmissions sent for active sessions (retransmissions per second)
tcp-retransmissions-transmitted-forwardTotal number of TCP data retransmissions sent for active sessions in the forward direction (retransmissions per second)
tcp-retransmissions-transmitted-reverseTotal number of TCP data retransmissions sent for active sessions in the reverse direction (retransmissions per second)

show stats aggregate-session by-tenant bandwidth#

Total bandwidth of active sessions (bytes per second)

Usage#

show stats aggregate-session by-tenant bandwidth [tenant <tenant>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bandwidth-other-protocol#

Total bandwidth for other protocols (bytes per second)

Usage#

show stats aggregate-session by-tenant bandwidth-other-protocol [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bandwidth-received#

Total received bandwidth (bytes per second)

Usage#

show stats aggregate-session by-tenant bandwidth-received [tenant <tenant>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bandwidth-received-forward#

Total received bandwidth in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-tenant bandwidth-received-forward [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bandwidth-received-other-protocol#

Total bandwidth received for other protocols (bytes per second)

Usage#

show stats aggregate-session by-tenant bandwidth-received-other-protocol [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bandwidth-received-other-protocol-forward#

Total bandwidth received in the forward direction for other protocols (bytes per second)

Usage#

show stats aggregate-session by-tenant bandwidth-received-other-protocol-forward [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bandwidth-received-other-protocol-reverse#

Total bandwidth received in the reverse direction for other protocols (bytes per second)

Usage#

show stats aggregate-session by-tenant bandwidth-received-other-protocol-reverse [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bandwidth-received-reverse#

Total received bandwidth in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-tenant bandwidth-received-reverse [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bandwidth-received-tcp#

Total TCP bandwidth received (bytes per second)

Usage#

show stats aggregate-session by-tenant bandwidth-received-tcp [tenant <tenant>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bandwidth-received-tcp-forward#

Total TCP bandwidth received in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-tenant bandwidth-received-tcp-forward [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bandwidth-received-tcp-reverse#

Total TCP bandwidth received in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-tenant bandwidth-received-tcp-reverse [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bandwidth-received-udp#

Total UDP bandwidth received (bytes per second)

Usage#

show stats aggregate-session by-tenant bandwidth-received-udp [tenant <tenant>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bandwidth-received-udp-forward#

Total UDP bandwidth received in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-tenant bandwidth-received-udp-forward [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bandwidth-received-udp-reverse#

Total UDP bandwidth received in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-tenant bandwidth-received-udp-reverse [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bandwidth-tcp#

Total TCP bandwidth (bytes per second)

Usage#

show stats aggregate-session by-tenant bandwidth-tcp [tenant <tenant>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bandwidth-transmitted#

Total sent bandwidth (bytes per second)

Usage#

show stats aggregate-session by-tenant bandwidth-transmitted [tenant <tenant>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bandwidth-transmitted-forward#

Total sent bandwidth in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-tenant bandwidth-transmitted-forward [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bandwidth-transmitted-other-protocol#

Total bandwidth sent for other protocols (bytes per second)

Usage#

show stats aggregate-session by-tenant bandwidth-transmitted-other-protocol [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bandwidth-transmitted-other-protocol-forward#

Total bandwidth sent in the forward direction for other protocols (bytes per second)

Usage#

show stats aggregate-session by-tenant bandwidth-transmitted-other-protocol-forward [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bandwidth-transmitted-other-protocol-reverse#

Total bandwidth sent in the reverse direction for other protocols (bytes per second)

Usage#

show stats aggregate-session by-tenant bandwidth-transmitted-other-protocol-reverse [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bandwidth-transmitted-reverse#

Total sent bandwidth in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-tenant bandwidth-transmitted-reverse [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bandwidth-transmitted-tcp#

Total TCP bandwidth sent (bytes per second)

Usage#

show stats aggregate-session by-tenant bandwidth-transmitted-tcp [tenant <tenant>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bandwidth-transmitted-tcp-forward#

Total TCP bandwidth sent in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-tenant bandwidth-transmitted-tcp-forward [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bandwidth-transmitted-tcp-reverse#

Total TCP bandwidth sent in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-tenant bandwidth-transmitted-tcp-reverse [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bandwidth-transmitted-udp#

Total UDP bandwidth sent (bytes per second)

Usage#

show stats aggregate-session by-tenant bandwidth-transmitted-udp [tenant <tenant>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bandwidth-transmitted-udp-forward#

Total UDP bandwidth sent in the forward direction (bytes per second)

Usage#

show stats aggregate-session by-tenant bandwidth-transmitted-udp-forward [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bandwidth-transmitted-udp-reverse#

Total UDP bandwidth sent in the reverse direction (bytes per second)

Usage#

show stats aggregate-session by-tenant bandwidth-transmitted-udp-reverse [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bandwidth-udp#

Total UDP bandwidth (bytes per second)

Usage#

show stats aggregate-session by-tenant bandwidth-udp [tenant <tenant>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bytes#

Total bytes

Usage#

show stats aggregate-session by-tenant bytes [tenant <tenant>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bytes-dropped-forward#

Total bytes dropped in error for active sessions in the forward direction

Usage#

show stats aggregate-session by-tenant bytes-dropped-forward [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bytes-dropped-other-protocol-forward#

Total bytes dropped for active sessions using other protocols in the forward direction

Usage#

show stats aggregate-session by-tenant bytes-dropped-other-protocol-forward [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bytes-dropped-other-protocol-reverse#

Total bytes dropped for active sessions using other protocols in the reverse direction

Usage#

show stats aggregate-session by-tenant bytes-dropped-other-protocol-reverse [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bytes-dropped-reverse#

Total bytes dropped in error for active sessions in the reverse direction

Usage#

show stats aggregate-session by-tenant bytes-dropped-reverse [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bytes-dropped-tcp-forward#

Total TCP bytes dropped in error for active sessions in the forward direction

Usage#

show stats aggregate-session by-tenant bytes-dropped-tcp-forward [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bytes-dropped-tcp-reverse#

Total TCP bytes dropped in error for active sessions in the reverse direction

Usage#

show stats aggregate-session by-tenant bytes-dropped-tcp-reverse [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bytes-dropped-udp-forward#

Total UDP bytes dropped in error for active sessions in the forward direction

Usage#

show stats aggregate-session by-tenant bytes-dropped-udp-forward [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bytes-dropped-udp-reverse#

Total UDP bytes dropped in error for active sessions in the reverse direction

Usage#

show stats aggregate-session by-tenant bytes-dropped-udp-reverse [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bytes-other-protocol#

Total bytes for active sessions using other protocols

Usage#

show stats aggregate-session by-tenant bytes-other-protocol [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bytes-received#

Total bytes received for active sessions

Usage#

show stats aggregate-session by-tenant bytes-received [tenant <tenant>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bytes-received-forward#

Total bytes received for active sessions in the forward direction

Usage#

show stats aggregate-session by-tenant bytes-received-forward [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bytes-received-other-protocol#

Total bytes received for active sessions using other protocols

Usage#

show stats aggregate-session by-tenant bytes-received-other-protocol [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bytes-received-other-protocol-forward#

Total bytes received for active sessions using other protocols in the forward direction

Usage#

show stats aggregate-session by-tenant bytes-received-other-protocol-forward [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bytes-received-other-protocol-reverse#

Total bytes received for active sessions using other protocols in the reverse direction

Usage#

show stats aggregate-session by-tenant bytes-received-other-protocol-reverse [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bytes-received-reverse#

Total bytes received for active sessions in the reverse direction

Usage#

show stats aggregate-session by-tenant bytes-received-reverse [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bytes-received-tcp#

Total TCP bytes received for active sessions

Usage#

show stats aggregate-session by-tenant bytes-received-tcp [tenant <tenant>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bytes-received-tcp-forward#

Total TCP bytes received for active sessions in the forward direction

Usage#

show stats aggregate-session by-tenant bytes-received-tcp-forward [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bytes-received-tcp-reverse#

Total TCP bytes received for active sessions in the reverse direction

Usage#

show stats aggregate-session by-tenant bytes-received-tcp-reverse [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bytes-received-udp#

Total UDP bytes received for active sessions

Usage#

show stats aggregate-session by-tenant bytes-received-udp [tenant <tenant>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bytes-received-udp-forward#

Total UDP bytes received for active sessions in the forward direction

Usage#

show stats aggregate-session by-tenant bytes-received-udp-forward [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bytes-received-udp-reverse#

Total UDP bytes received for active sessions in the reverse direction

Usage#

show stats aggregate-session by-tenant bytes-received-udp-reverse [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bytes-tcp#

Total TCP bytes for active sessions

Usage#

show stats aggregate-session by-tenant bytes-tcp [tenant <tenant>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bytes-transmitted#

Total bytes sent for active sessions

Usage#

show stats aggregate-session by-tenant bytes-transmitted [tenant <tenant>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bytes-transmitted-forward#

Total bytes sent for active sessions in the forward direction

Usage#

show stats aggregate-session by-tenant bytes-transmitted-forward [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bytes-transmitted-other-protocol#

Total bytes sent for active sessions using other protocols

Usage#

show stats aggregate-session by-tenant bytes-transmitted-other-protocol [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bytes-transmitted-other-protocol-forward#

Total bytes sent for active sessions using other protocols in the forward direction

Usage#

show stats aggregate-session by-tenant bytes-transmitted-other-protocol-forward [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bytes-transmitted-other-protocol-reverse#

Total bytes sent for active sessions using other protocols in the reverse direction

Usage#

show stats aggregate-session by-tenant bytes-transmitted-other-protocol-reverse [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bytes-transmitted-reverse#

Total bytes sent for active sessions in the reverse direction

Usage#

show stats aggregate-session by-tenant bytes-transmitted-reverse [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bytes-transmitted-tcp#

Total TCP bytes sent for active sessions

Usage#

show stats aggregate-session by-tenant bytes-transmitted-tcp [tenant <tenant>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bytes-transmitted-tcp-forward#

Total TCP bytes sent for active sessions in the forward direction

Usage#

show stats aggregate-session by-tenant bytes-transmitted-tcp-forward [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bytes-transmitted-tcp-reverse#

Total TCP bytes sent for active sessions in the reverse direction

Usage#

show stats aggregate-session by-tenant bytes-transmitted-tcp-reverse [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bytes-transmitted-udp#

Total UDP bytes sent for active sessions

Usage#

show stats aggregate-session by-tenant bytes-transmitted-udp [tenant <tenant>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bytes-transmitted-udp-forward#

Total UDP bytes sent for active sessions in the forward direction

Usage#

show stats aggregate-session by-tenant bytes-transmitted-udp-forward [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bytes-transmitted-udp-reverse#

Total UDP bytes sent for active sessions in the reverse direction

Usage#

show stats aggregate-session by-tenant bytes-transmitted-udp-reverse [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant bytes-udp#

Total UDP bytes for active sessions

Usage#

show stats aggregate-session by-tenant bytes-udp [tenant <tenant>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant packets#

Total packets (packets per second)

Usage#

show stats aggregate-session by-tenant packets [tenant <tenant>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant packets-dropped-forward#

Total packets dropped in error for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-tenant packets-dropped-forward [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant packets-dropped-other-protocol-forward#

Total packets dropped for active sessions using other protocols in the forward direction (packets per second)

Usage#

show stats aggregate-session by-tenant packets-dropped-other-protocol-forward [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant packets-dropped-other-protocol-reverse#

Total packets dropped for active sessions using other protocols in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-tenant packets-dropped-other-protocol-reverse [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant packets-dropped-reverse#

Total packets dropped in error for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-tenant packets-dropped-reverse [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant packets-dropped-tcp-forward#

Total TCP packets dropped in error for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-tenant packets-dropped-tcp-forward [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant packets-dropped-tcp-reverse#

Total TCP packets dropped in error for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-tenant packets-dropped-tcp-reverse [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant packets-dropped-udp-forward#

Total UDP packets dropped in error for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-tenant packets-dropped-udp-forward [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant packets-dropped-udp-reverse#

Total UDP packets dropped in error for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-tenant packets-dropped-udp-reverse [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant packets-other-protocol#

Total packets for active sessions using other protocols (packets per second)

Usage#

show stats aggregate-session by-tenant packets-other-protocol [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant packets-received#

Total packets received for active sessions (packets per second)

Usage#

show stats aggregate-session by-tenant packets-received [tenant <tenant>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant packets-received-forward#

Total packets received for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-tenant packets-received-forward [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant packets-received-other-protocol#

Total packets received for active sessions using other protocols (packets per second)

Usage#

show stats aggregate-session by-tenant packets-received-other-protocol [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant packets-received-other-protocol-forward#

Total packets received for active sessions using other protocols in the forward direction (packets per second)

Usage#

show stats aggregate-session by-tenant packets-received-other-protocol-forward [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant packets-received-other-protocol-reverse#

Total packets received for active sessions using other protocols in reverse direction (packets per second)

Usage#

show stats aggregate-session by-tenant packets-received-other-protocol-reverse [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant packets-received-reverse#

Total packets received for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-tenant packets-received-reverse [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant packets-received-tcp#

Total TCP packets received for active sessions (packets per second)

Usage#

show stats aggregate-session by-tenant packets-received-tcp [tenant <tenant>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant packets-received-tcp-forward#

Total TCP packets received for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-tenant packets-received-tcp-forward [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant packets-received-tcp-reverse#

Total TCP packets received for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-tenant packets-received-tcp-reverse [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant packets-received-udp#

Total UDP packets received for active sessions (packets per second)

Usage#

show stats aggregate-session by-tenant packets-received-udp [tenant <tenant>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant packets-received-udp-forward#

Total UDP packets received for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-tenant packets-received-udp-forward [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant packets-received-udp-reverse#

Total UDP packets received for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-tenant packets-received-udp-reverse [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant packets-tcp#

Total TCP packets for active sessions (packets per second)

Usage#

show stats aggregate-session by-tenant packets-tcp [tenant <tenant>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant packets-transmitted#

Total packets sent for active sessions (packets per second)

Usage#

show stats aggregate-session by-tenant packets-transmitted [tenant <tenant>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant packets-transmitted-forward#

Total packets sent for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-tenant packets-transmitted-forward [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant packets-transmitted-other-protocol#

Total packets sent for active sessions using other protocols (packets per second)

Usage#

show stats aggregate-session by-tenant packets-transmitted-other-protocol [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant packets-transmitted-other-protocol-forward#

Total packets sent for active sessions using other protocols in the forward direction (packets per second)

Usage#

show stats aggregate-session by-tenant packets-transmitted-other-protocol-forward [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant packets-transmitted-other-protocol-reverse#

Total packets sent for active sessions using other protocols in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-tenant packets-transmitted-other-protocol-reverse [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant packets-transmitted-reverse#

Total packets sent for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-tenant packets-transmitted-reverse [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant packets-transmitted-tcp#

Total TCP packets sent for active sessions (packets per second)

Usage#

show stats aggregate-session by-tenant packets-transmitted-tcp [tenant <tenant>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant packets-transmitted-tcp-forward#

Total TCP packets sent for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-tenant packets-transmitted-tcp-forward [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant packets-transmitted-tcp-reverse#

Total TCP packets sent for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-tenant packets-transmitted-tcp-reverse [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant packets-transmitted-udp#

Total UDP packets sent for active sessions (packets per second)

Usage#

show stats aggregate-session by-tenant packets-transmitted-udp [tenant <tenant>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant packets-transmitted-udp-forward#

Total UDP packets sent for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-tenant packets-transmitted-udp-forward [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant packets-transmitted-udp-reverse#

Total UDP packets sent for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-tenant packets-transmitted-udp-reverse [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant packets-udp#

Total UDP packets for active sessions (packets per second)

Usage#

show stats aggregate-session by-tenant packets-udp [tenant <tenant>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant session-arrival-rate#

Rate of arrival for new sessions per unit time (sessions per second)

Usage#

show stats aggregate-session by-tenant session-arrival-rate [tenant <tenant>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant session-count#

Total number of active sessions

Usage#

show stats aggregate-session by-tenant session-count [tenant <tenant>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant session-departure-rate#

Rate of departure for terminated sessions per unit time (session departures per second)

Usage#

show stats aggregate-session by-tenant session-departure-rate [tenant <tenant>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant tcp-bad-flag-combinations#

Total number of TCP bad flag combinations received for active sessions (packets per second)

Usage#

show stats aggregate-session by-tenant tcp-bad-flag-combinations [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant tcp-bad-flag-combinations-forward#

Total number of TCP bad flag combinations received for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-tenant tcp-bad-flag-combinations-forward [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant tcp-bad-flag-combinations-reverse#

Total number of TCP bad flag combinations received for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-tenant tcp-bad-flag-combinations-reverse [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant tcp-invalid-state-transitions#

Total TCP invalid state transitions received for active sessions (packets per second)

Usage#

show stats aggregate-session by-tenant tcp-invalid-state-transitions [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant tcp-invalid-state-transitions-forward#

Total TCP invalid state transitions received for active sessions in the forward direction (packets per second)

Usage#

show stats aggregate-session by-tenant tcp-invalid-state-transitions-forward [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant tcp-invalid-state-transitions-reverse#

Total TCP invalid state transitions received for active sessions in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-tenant tcp-invalid-state-transitions-reverse [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant tcp-out-of-order#

Total number of TCP data received for active sessions that was out of order (packets per second)

Usage#

show stats aggregate-session by-tenant tcp-out-of-order [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant tcp-out-of-order-forward#

Total number of TCP data received for active sessions that was out of order in the forward direction (packets per second)

Usage#

show stats aggregate-session by-tenant tcp-out-of-order-forward [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant tcp-out-of-order-reverse#

Total number of TCP data received for active sessions that was out of order in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-tenant tcp-out-of-order-reverse [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant tcp-out-of-window#

Total number of TCP data received for active sessions that was out of window (packets per second)

Usage#

show stats aggregate-session by-tenant tcp-out-of-window [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant tcp-out-of-window-forward#

Total number of TCP data received for active sessions that was out of window in the forward direction (packets per second)

Usage#

show stats aggregate-session by-tenant tcp-out-of-window-forward [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant tcp-out-of-window-reverse#

Total number of TCP data received for active sessions that was out of window in the reverse direction (packets per second)

Usage#

show stats aggregate-session by-tenant tcp-out-of-window-reverse [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant tcp-resets#

Total TCP resets for active sessions (resets per second)

Usage#

show stats aggregate-session by-tenant tcp-resets [tenant <tenant>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant tcp-resets-received#

Total TCP resets received for active sessions (resets per second)

Usage#

show stats aggregate-session by-tenant tcp-resets-received [tenant <tenant>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant tcp-resets-received-forward#

Total TCP resets received for active sessions in the forward direction (resets per second)

Usage#

show stats aggregate-session by-tenant tcp-resets-received-forward [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant tcp-resets-received-reverse#

Total TCP resets received for active sessions in the reverse direction (resets per second)

Usage#

show stats aggregate-session by-tenant tcp-resets-received-reverse [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant tcp-resets-transmitted#

Total TCP resets sent for active sessions (resets per second)

Usage#

show stats aggregate-session by-tenant tcp-resets-transmitted [tenant <tenant>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant tcp-resets-transmitted-forward#

Total number of TCP resets sent for active sessions in the forward direction (resets per second)

Usage#

show stats aggregate-session by-tenant tcp-resets-transmitted-forward [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant tcp-resets-transmitted-reverse#

Total number of TCP resets sent for active sessions in the reverse direction (resets per second)

Usage#

show stats aggregate-session by-tenant tcp-resets-transmitted-reverse [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant tcp-retransmissions#

Total TCP data retransmissions for active sessions (retransmissions per second)

Usage#

show stats aggregate-session by-tenant tcp-retransmissions [tenant <tenant>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant tcp-retransmissions-received#

Total number of TCP data retransmissions received for active sessions (retransmissions per second)

Usage#

show stats aggregate-session by-tenant tcp-retransmissions-received [tenant <tenant>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant tcp-retransmissions-received-forward#

Total number of TCP data retransmissions received for active sessions in the forward direction (retransmissions per second)

Usage#

show stats aggregate-session by-tenant tcp-retransmissions-received-forward [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant tcp-retransmissions-received-reverse#

Total number of TCP data retransmissions received for active sessions in the reverse direction (retransmissions per second)

Usage#

show stats aggregate-session by-tenant tcp-retransmissions-received-reverse [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant tcp-retransmissions-transmitted#

Total number of TCP data retransmissions sent for active sessions (retransmissions per second)

Usage#

show stats aggregate-session by-tenant tcp-retransmissions-transmitted [tenant <tenant>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant tcp-retransmissions-transmitted-forward#

Total number of TCP data retransmissions sent for active sessions in the forward direction (retransmissions per second)

Usage#

show stats aggregate-session by-tenant tcp-retransmissions-transmitted-forward [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats aggregate-session by-tenant tcp-retransmissions-transmitted-reverse#

Total number of TCP data retransmissions sent for active sessions in the reverse direction (retransmissions per second)

Usage#

show stats aggregate-session by-tenant tcp-retransmissions-transmitted-reverse [tenant <tenant>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
tenantThe name of the tenant generating this metric (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats app-id#

Stats pertaining to application identification

Usage#

show stats app-id [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
domain-databaseStats related to application identification category files
domain-lookupStatistics for 'domain-lookup'
refreshesThe total number of times app-id modules were refreshed
retriesThe total number of times failed app-id modules were retried

show stats app-id domain-database#

Stats related to application identification category files

Usage#

show stats app-id domain-database [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
domain-countThe number of domains mapped to categories for application identification
updatesThe number of times that the application identifier has parsed category files

show stats app-id domain-database domain-count#

The number of domains mapped to categories for application identification

Usage#

show stats app-id domain-database domain-count [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats app-id domain-database updates#

The number of times that the application identifier has parsed category files

Usage#

show stats app-id domain-database updates [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats app-id domain-lookup#

Statistics for 'domain-lookup'

Usage#

show stats app-id domain-lookup [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
hitThe number of times a service has been identified from a domain name
missThe number of times a child service could not be identified from a domain name
service-not-applicableThe number of times a service could not be identified from a domain name when the parent service is invalid

show stats app-id domain-lookup hit#

The number of times a service has been identified from a domain name

Usage#

show stats app-id domain-lookup hit [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats app-id domain-lookup miss#

The number of times a child service could not be identified from a domain name

Usage#

show stats app-id domain-lookup miss [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats app-id domain-lookup service-not-applicable#

The number of times a service could not be identified from a domain name when the parent service is invalid

Usage#

show stats app-id domain-lookup service-not-applicable [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats app-id refreshes#

The total number of times app-id modules were refreshed

Usage#

show stats app-id refreshes [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats app-id retries#

The total number of times failed app-id modules were retried

Usage#

show stats app-id retries [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats application-framework#

Application Framework statistics for managed applications

Usage#

show stats application-framework [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
initTotal number of times init script is invoked
shutdownTotal number of times shutdown script is invoked
startTotal number of times start script is invoked
stateTotal number of times state script is invoked
stopTotal number of times stop script is invoked

show stats application-framework init#

Total number of times init script is invoked

Usage#

show stats application-framework init [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats application-framework shutdown#

Total number of times shutdown script is invoked

Usage#

show stats application-framework shutdown [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats application-framework start#

Total number of times start script is invoked

Usage#

show stats application-framework start [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats application-framework state#

Total number of times state script is invoked

Usage#

show stats application-framework state [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats application-framework stop#

Total number of times stop script is invoked

Usage#

show stats application-framework stop [network-interface <network-interface>] [since <since>] [force] [router <router>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats arp#

Stats pertaining to ARP management packets

Usage#

show stats arp [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
encapsulationStats pertaining to Layer 2 encapsulation of IP packets
entriesThe number of active ARP entries
queuedStats pertaining to queuing packets waiting for arp resolution
receivedStats pertaining to the number of ARP packets received
sentStats pertaining to the number of ARP packets sent

show stats arp encapsulation#

Stats pertaining to Layer 2 encapsulation of IP packets

Usage#

show stats arp encapsulation [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
sentStats pertaining to the number of IP packets sent after ARP has been resolved

show stats arp encapsulation sent#

Stats pertaining to the number of IP packets sent after ARP has been resolved

Usage#

show stats arp encapsulation sent [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
failureThe number of IP packets that failed to be sent after successful ARP resolution
successThe number of IP packets sent sent after successful ARP resolution

show stats arp encapsulation sent failure#

The number of IP packets that failed to be sent after successful ARP resolution

Usage#

show stats arp encapsulation sent failure [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats arp encapsulation sent success#

The number of IP packets sent sent after successful ARP resolution

Usage#

show stats arp encapsulation sent success [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats arp entries#

The number of active ARP entries

Usage#

show stats arp entries [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats arp queued#

Stats pertaining to queuing packets waiting for arp resolution

Usage#

show stats arp queued [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
failureStats pertaining to failures when queuing packets waiting for arp resolution
packetsThe number of queued packets waiting for valid arp entry

show stats arp queued failure#

Stats pertaining to failures when queuing packets waiting for arp resolution

Usage#

show stats arp queued failure [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
dropThe number of packets dropped after ARP entry failed to resolve
queue-fullThe number of packets that failed to enqueue

show stats arp queued failure drop#

The number of packets dropped after ARP entry failed to resolve

Usage#

show stats arp queued failure drop [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats arp queued failure queue-full#

The number of packets that failed to enqueue

Usage#

show stats arp queued failure queue-full [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats arp queued packets#

The number of queued packets waiting for valid arp entry

Usage#

show stats arp queued packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats arp received#

Stats pertaining to the number of ARP packets received

Usage#

show stats arp received [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
arp-probeThe number of received ARP Probes
arp-replyThe number of ARP replies received
arp-requestThe number of received ARP requests
errorsStats pertaining to invalid or ignored ARP/ICMPv6 packets
gratuitous-arpThe number of Gratuitous ARP replies received
neighbor-advertisementThe number of ICMPv6 Neighbor Advertisements received
neighbor-solicitThe number of ICMPv6 Neighbor Solicits received
off-subnet-arp-requestThe number of off-subnet ARP requests received
off-subnet-neighbor-solicitThe number of off-subnet ICMPv6 Neighbor Solicits received
unsolicited-neighbor-advertisementThe number of Unsolicited ICMPv6 Neighbor Advertisements received

show stats arp received arp-probe#

The number of received ARP Probes

Usage#

show stats arp received arp-probe [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats arp received arp-reply#

The number of ARP replies received

Usage#

show stats arp received arp-reply [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats arp received arp-request#

The number of received ARP requests

Usage#

show stats arp received arp-request [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats arp received errors#

Stats pertaining to invalid or ignored ARP/ICMPv6 packets

Usage#

show stats arp received errors [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
arp-replyThe number of errors while processing ARP Replies
arp-requestThe number of errors while processing ARP Requests
neighbor-advertisementThe number of errors while processing ICMPv6 Neighbor Advertisements
neighbor-solicitThe number of errors while processing ICMPv6 Neighbor Solicits
processingThe number of ARP processing errors
unknown-typeThe number of Packets received of an unknown type

show stats arp received errors arp-reply#

The number of errors while processing ARP Replies

Usage#

show stats arp received errors arp-reply [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats arp received errors arp-request#

The number of errors while processing ARP Requests

Usage#

show stats arp received errors arp-request [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats arp received errors neighbor-advertisement#

The number of errors while processing ICMPv6 Neighbor Advertisements

Usage#

show stats arp received errors neighbor-advertisement [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats arp received errors neighbor-solicit#

The number of errors while processing ICMPv6 Neighbor Solicits

Usage#

show stats arp received errors neighbor-solicit [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats arp received errors processing#

The number of ARP processing errors

Usage#

show stats arp received errors processing [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats arp received errors unknown-type#

The number of Packets received of an unknown type

Usage#

show stats arp received errors unknown-type [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats arp received gratuitous-arp#

The number of Gratuitous ARP replies received

Usage#

show stats arp received gratuitous-arp [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats arp received neighbor-advertisement#

The number of ICMPv6 Neighbor Advertisements received

Usage#

show stats arp received neighbor-advertisement [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats arp received neighbor-solicit#

The number of ICMPv6 Neighbor Solicits received

Usage#

show stats arp received neighbor-solicit [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats arp received off-subnet-arp-request#

The number of off-subnet ARP requests received

Usage#

show stats arp received off-subnet-arp-request [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats arp received off-subnet-neighbor-solicit#

The number of off-subnet ICMPv6 Neighbor Solicits received

Usage#

show stats arp received off-subnet-neighbor-solicit [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats arp received unsolicited-neighbor-advertisement#

The number of Unsolicited ICMPv6 Neighbor Advertisements received

Usage#

show stats arp received unsolicited-neighbor-advertisement [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats arp sent#

Stats pertaining to the number of ARP packets sent

Usage#

show stats arp sent [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
failureStats pertaining to errors during transmission of ARP/ICMPv6 packets
successStats pertaining to successful transmission of ARP/ICMPv6 packets

show stats arp sent failure#

Stats pertaining to errors during transmission of ARP/ICMPv6 packets

Usage#

show stats arp sent failure [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
allocationThe number allocation failures when attempting to send packet
arp-replyThe number of errors while sending ARP Replies
arp-requestThe number of errors while sending ARP Requests
gratuitous-arpThe number of errors while sending Gratuitous ARPs
multicast-listener-reportThe number of errors while sending ICMPv6 Multicast Listener Report
neighbor-advertisementThe number of errors while sending ICMPv6 Neighbor Advertisements
neighbor-solicitThe number of errors while sending ICMPv6 Neighbor Solicits
standbyThe number of packets that failed to be sent because the interface was not active
unsolicited-neighbor-advertisementThe number of errors while sending ICMPv6 Unsolicited Neighbor Advertisements

show stats arp sent failure allocation#

The number allocation failures when attempting to send packet

Usage#

show stats arp sent failure allocation [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats arp sent failure arp-reply#

The number of errors while sending ARP Replies

Usage#

show stats arp sent failure arp-reply [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats arp sent failure arp-request#

The number of errors while sending ARP Requests

Usage#

show stats arp sent failure arp-request [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats arp sent failure gratuitous-arp#

The number of errors while sending Gratuitous ARPs

Usage#

show stats arp sent failure gratuitous-arp [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats arp sent failure multicast-listener-report#

The number of errors while sending ICMPv6 Multicast Listener Report

Usage#

show stats arp sent failure multicast-listener-report [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats arp sent failure neighbor-advertisement#

The number of errors while sending ICMPv6 Neighbor Advertisements

Usage#

show stats arp sent failure neighbor-advertisement [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats arp sent failure neighbor-solicit#

The number of errors while sending ICMPv6 Neighbor Solicits

Usage#

show stats arp sent failure neighbor-solicit [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats arp sent failure standby#

The number of packets that failed to be sent because the interface was not active

Usage#

show stats arp sent failure standby [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats arp sent failure unsolicited-neighbor-advertisement#

The number of errors while sending ICMPv6 Unsolicited Neighbor Advertisements

Usage#

show stats arp sent failure unsolicited-neighbor-advertisement [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats arp sent success#

Stats pertaining to successful transmission of ARP/ICMPv6 packets

Usage#

show stats arp sent success [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
arp-replyThe number of ARP replies sent
arp-requestThe number of ARP requests sent
gratuitous-arpThe number of Gratuitous ARPs sent
in-subnet-proxyThe number of ARP-proxy responses sent for in-subnet addresses
multicast-listener-reportThe number of ICMPv6 Multicast Listener Reports sent
neighbor-advertisementThe number of ICMPv6 Neighbor Advertisements sent
neighbor-solicitThe number of ICMPv6 Neighbor Solicits sent
off-subnet-proxyThe number of ARP-proxy responses sent for off-subnet addresses
unsolicited-neighbor-advertisementThe number of ICMPv6 Unsolicited Neighbor Advertisements sent

show stats arp sent success arp-reply#

The number of ARP replies sent

Usage#

show stats arp sent success arp-reply [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats arp sent success arp-request#

The number of ARP requests sent

Usage#

show stats arp sent success arp-request [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats arp sent success gratuitous-arp#

The number of Gratuitous ARPs sent

Usage#

show stats arp sent success gratuitous-arp [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats arp sent success in-subnet-proxy#

The number of ARP-proxy responses sent for in-subnet addresses

Usage#

show stats arp sent success in-subnet-proxy [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats arp sent success multicast-listener-report#

The number of ICMPv6 Multicast Listener Reports sent

Usage#

show stats arp sent success multicast-listener-report [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats arp sent success neighbor-advertisement#

The number of ICMPv6 Neighbor Advertisements sent

Usage#

show stats arp sent success neighbor-advertisement [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats arp sent success neighbor-solicit#

The number of ICMPv6 Neighbor Solicits sent

Usage#

show stats arp sent success neighbor-solicit [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats arp sent success off-subnet-proxy#

The number of ARP-proxy responses sent for off-subnet addresses

Usage#

show stats arp sent success off-subnet-proxy [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats arp sent success unsolicited-neighbor-advertisement#

The number of ICMPv6 Unsolicited Neighbor Advertisements sent

Usage#

show stats arp sent success unsolicited-neighbor-advertisement [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats audit#

Metrics tracking various aspects of the auditing system

Usage#

show stats audit [collector <collector>] [type <type>] [subtype <subtype>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
collectorThe collector that produced this event (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
subtypeThe subtype of the event (comma-separated list)
typeThe type of the event (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
eventsStatistics for 'events'

show stats audit events#

Statistics for 'events'

Usage#

show stats audit events [collector <collector>] [type <type>] [subtype <subtype>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
collectorThe collector that produced this event (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
subtypeThe subtype of the event (comma-separated list)
typeThe type of the event (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
producedThe number of events produced by type

show stats audit events produced#

The number of events produced by type

Usage#

show stats audit events produced [collector <collector>] [type <type>] [subtype <subtype>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
collectorThe collector that produced this event (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
subtypeThe subtype of the event (comma-separated list)
typeThe type of the event (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats bfd#

Stats pertaining to BFD

Usage#

show stats bfd [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
asyncStats pertaining to BFD async mode in total.
by-peer-pathStats pertaining to BFD per peer path
dynamic-dampingStats pertaining to Dynamic BFD Damping
echoStats pertaining to BFD echo mode in total.
link-downStats tracking BFD link down event
link-upThe number of link-ups on the peer path.
local-source-nat-changeThe number of local source nat changes on the peer path.
local-source-nat-resetThe number of local source nat resets on the peer path.
neighborStats pertaining to BFD Neighbor
received-invalidStats pertaining to invalid BFD packets received
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd async#

Stats pertaining to BFD async mode in total.

Usage#

show stats bfd async [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
receivedBFD async packets received on the peer path.
sentBFD async packets sent on the peer path.
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd async received#

BFD async packets received on the peer path.

Usage#

show stats bfd async received [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
missBFD async packets not received in time on the peer path.
successBFD async packets received on the peer path.
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd async received miss#

BFD async packets not received in time on the peer path.

Usage#

show stats bfd async received miss [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd async received success#

BFD async packets received on the peer path.

Usage#

show stats bfd async received success [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd async sent#

BFD async packets sent on the peer path.

Usage#

show stats bfd async sent [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
arp-failureBFD async packets arp failure in total.
buffer-allocation-failureBFD async packets buffer allocation failure in total.
successBFD async packets sent successfully in total.
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd async sent arp-failure#

BFD async packets arp failure in total.

Usage#

show stats bfd async sent arp-failure [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd async sent buffer-allocation-failure#

BFD async packets buffer allocation failure in total.

Usage#

show stats bfd async sent buffer-allocation-failure [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd async sent success#

BFD async packets sent successfully in total.

Usage#

show stats bfd async sent success [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd by-peer-path#

Stats pertaining to BFD per peer path

Usage#

show stats bfd by-peer-path [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
asyncStats pertaining to BFD async mode per peer path
average-latencyRolling average latency in milliseconds for the 128T peer path.
dynamic-dampingStats pertaining to Dynamic BFD Damping
echoStats pertaining to BFD echo mode per peer path
jitterJitter in milliseconds for the 128T peer path.
latencyLatency in milliseconds for the 128T peer path.
link-downStats tracking BFD link down event per peer path
link-upThe number of link-ups on the peer path.
local-source-nat-changeThe number of local source nat changes on the peer path.
local-source-nat-resetThe number of local source nat resets on the peer path.
lossPacket loss percentange for the 128T peer path.
mosMOS value calculated for the 128T peer path. (hundreths of a decimal)
neighborStats pertaining to BFD Neighbor
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd by-peer-path async#

Stats pertaining to BFD async mode per peer path

Usage#

show stats bfd by-peer-path async [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
receivedBFD async packets received on the peer path.
sentBFD async packets sent on the peer path.
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd by-peer-path async received#

BFD async packets received on the peer path.

Usage#

show stats bfd by-peer-path async received [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
missBFD async packets not received in time on the peer path.
successBFD async packets received on the peer path.
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd by-peer-path async received miss#

BFD async packets not received in time on the peer path.

Usage#

show stats bfd by-peer-path async received miss [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd by-peer-path async received success#

BFD async packets received on the peer path.

Usage#

show stats bfd by-peer-path async received success [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd by-peer-path async sent#

BFD async packets sent on the peer path.

Usage#

show stats bfd by-peer-path async sent [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
arp-failureBFD async packets tx arp failure on the peer path.
buffer-allocation-failureBFD async packets tx allocation failure on the peer path.
successBFD async packets sent successfully on the peer path.
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd by-peer-path async sent arp-failure#

BFD async packets tx arp failure on the peer path.

Usage#

show stats bfd by-peer-path async sent arp-failure [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd by-peer-path async sent buffer-allocation-failure#

BFD async packets tx allocation failure on the peer path.

Usage#

show stats bfd by-peer-path async sent buffer-allocation-failure [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd by-peer-path async sent success#

BFD async packets sent successfully on the peer path.

Usage#

show stats bfd by-peer-path async sent success [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd by-peer-path average-latency#

Rolling average latency in milliseconds for the 128T peer path.

Usage#

show stats bfd by-peer-path average-latency [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd by-peer-path dynamic-damping#

Stats pertaining to Dynamic BFD Damping

Usage#

show stats bfd by-peer-path dynamic-damping [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
current-hold-down-timeThe hold-down duration in seconds. This value will be used for the next time the hold-down timer is started
hold-down-link-flapsNumber of link flaps that have occured within a hold-down period since the last path-down notification
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd by-peer-path dynamic-damping current-hold-down-time#

The hold-down duration in seconds. This value will be used for the next time the hold-down timer is started

Usage#

show stats bfd by-peer-path dynamic-damping current-hold-down-time [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd by-peer-path dynamic-damping hold-down-link-flaps#

Number of link flaps that have occured within a hold-down period since the last path-down notification

Usage#

show stats bfd by-peer-path dynamic-damping hold-down-link-flaps [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd by-peer-path echo#

Stats pertaining to BFD echo mode per peer path

Usage#

show stats bfd by-peer-path echo [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
receivedBFD echo packets received on the peer path.
sentBFD echo packets sent on the peer path.
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd by-peer-path echo received#

BFD echo packets received on the peer path.

Usage#

show stats bfd by-peer-path echo received [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd by-peer-path echo sent#

BFD echo packets sent on the peer path.

Usage#

show stats bfd by-peer-path echo sent [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
arp-failureBFD echo packets arp failure on the peer path.
buffer-allocation-failureBFD echo packets buffer allocation failure on the peer path.
successBFD echo packets sent successfully on the peer path.
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd by-peer-path echo sent arp-failure#

BFD echo packets arp failure on the peer path.

Usage#

show stats bfd by-peer-path echo sent arp-failure [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd by-peer-path echo sent buffer-allocation-failure#

BFD echo packets buffer allocation failure on the peer path.

Usage#

show stats bfd by-peer-path echo sent buffer-allocation-failure [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd by-peer-path echo sent success#

BFD echo packets sent successfully on the peer path.

Usage#

show stats bfd by-peer-path echo sent success [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd by-peer-path jitter#

Jitter in milliseconds for the 128T peer path.

Usage#

show stats bfd by-peer-path jitter [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd by-peer-path latency#

Latency in milliseconds for the 128T peer path.

Usage#

show stats bfd by-peer-path latency [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd by-peer-path link-down#

Stats tracking BFD link down event per peer path

Usage#

show stats bfd by-peer-path link-down [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
local-oper-downThe number of link-downs triggered by local-oper-down.
remote-admin-downThe number of link-downs triggered by remote-admin-down on the peer path.
remote-downThe number of link-downs triggered by remote-down on the peer path.
timer-expiryThe number of link-downs triggered by timer-expiry on the peer path.
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd by-peer-path link-down local-oper-down#

The number of link-downs triggered by local-oper-down.

Usage#

show stats bfd by-peer-path link-down local-oper-down [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd by-peer-path link-down remote-admin-down#

The number of link-downs triggered by remote-admin-down on the peer path.

Usage#

show stats bfd by-peer-path link-down remote-admin-down [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd by-peer-path link-down remote-down#

The number of link-downs triggered by remote-down on the peer path.

Usage#

show stats bfd by-peer-path link-down remote-down [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd by-peer-path link-down timer-expiry#

The number of link-downs triggered by timer-expiry on the peer path.

Usage#

show stats bfd by-peer-path link-down timer-expiry [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd by-peer-path link-up#

The number of link-ups on the peer path.

Usage#

show stats bfd by-peer-path link-up [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd by-peer-path local-source-nat-change#

The number of local source nat changes on the peer path.

Usage#

show stats bfd by-peer-path local-source-nat-change [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd by-peer-path local-source-nat-reset#

The number of local source nat resets on the peer path.

Usage#

show stats bfd by-peer-path local-source-nat-reset [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd by-peer-path loss#

Packet loss percentange for the 128T peer path.

Usage#

show stats bfd by-peer-path loss [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd by-peer-path mos#

MOS value calculated for the 128T peer path. (hundreths of a decimal)

Usage#

show stats bfd by-peer-path mos [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd by-peer-path neighbor#

Stats pertaining to BFD Neighbor

Usage#

show stats bfd by-peer-path neighbor [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
failoverThe number of neighbor failover events on the peer path.
source-nat-changeThe number of neighbor source nat changes on the peer path.
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd by-peer-path neighbor failover#

The number of neighbor failover events on the peer path.

Usage#

show stats bfd by-peer-path neighbor failover [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd by-peer-path neighbor source-nat-change#

The number of neighbor source nat changes on the peer path.

Usage#

show stats bfd by-peer-path neighbor source-nat-change [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd dynamic-damping#

Stats pertaining to Dynamic BFD Damping

Usage#

show stats bfd dynamic-damping [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
hold-down-link-flapsNumber of link flaps that have occured within a hold-down period since the last path-down notification
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd dynamic-damping hold-down-link-flaps#

Number of link flaps that have occured within a hold-down period since the last path-down notification

Usage#

show stats bfd dynamic-damping hold-down-link-flaps [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd echo#

Stats pertaining to BFD echo mode in total.

Usage#

show stats bfd echo [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
receivedBFD echo packets received on the peer path.
sentBFD echo packets sent on the peer path.
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd echo received#

BFD echo packets received on the peer path.

Usage#

show stats bfd echo received [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd echo sent#

BFD echo packets sent on the peer path.

Usage#

show stats bfd echo sent [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
arp-failureBFD echo packets tx arp failure in total.
buffer-allocation-failureBFD echo packets tx allocation failure in total.
successBFD echo packets sent successfully in total.
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd echo sent arp-failure#

BFD echo packets tx arp failure in total.

Usage#

show stats bfd echo sent arp-failure [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd echo sent buffer-allocation-failure#

BFD echo packets tx allocation failure in total.

Usage#

show stats bfd echo sent buffer-allocation-failure [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd echo sent success#

BFD echo packets sent successfully in total.

Usage#

show stats bfd echo sent success [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd link-down#

Stats tracking BFD link down event

Usage#

show stats bfd link-down [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
local-oper-downThe number of link-downs triggered by local-oper-down.
remote-admin-downThe number of link-downs triggered by remote-admin-down on the peer path.
remote-downThe number of link-downs triggered by remote-down on the peer path.
timer-expiryThe number of link-downs triggered by timer-expiry on the peer path.
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd link-down local-oper-down#

The number of link-downs triggered by local-oper-down.

Usage#

show stats bfd link-down local-oper-down [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd link-down remote-admin-down#

The number of link-downs triggered by remote-admin-down on the peer path.

Usage#

show stats bfd link-down remote-admin-down [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd link-down remote-down#

The number of link-downs triggered by remote-down on the peer path.

Usage#

show stats bfd link-down remote-down [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd link-down timer-expiry#

The number of link-downs triggered by timer-expiry on the peer path.

Usage#

show stats bfd link-down timer-expiry [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd link-up#

The number of link-ups on the peer path.

Usage#

show stats bfd link-up [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd local-source-nat-change#

The number of local source nat changes on the peer path.

Usage#

show stats bfd local-source-nat-change [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd local-source-nat-reset#

The number of local source nat resets on the peer path.

Usage#

show stats bfd local-source-nat-reset [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd neighbor#

Stats pertaining to BFD Neighbor

Usage#

show stats bfd neighbor [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
failoverThe number of failover events in BFD neighbors
source-nat-changeThe number of source nat changes in BFD neighbors
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd neighbor failover#

The number of failover events in BFD neighbors

Usage#

show stats bfd neighbor failover [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd neighbor source-nat-change#

The number of source nat changes in BFD neighbors

Usage#

show stats bfd neighbor source-nat-change [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd received-invalid#

Stats pertaining to invalid BFD packets received

Usage#

show stats bfd received-invalid [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
authentication-fieldThe number of packets received with an invalid authorization field
detect-multipleThe number of packets received with an invalid multiplier
discriminatorThe number of BFD packets received with an invalid discriminator
header-largeThe number of packets received where the length of the BFD header is greater than the size of the packet
header-smallThe number of packets received where the BFD header length is smaller than the minimum packet size
header-versionThe number of BFD packets received with an invalid header version
local-discriminatorThe number of BFD packets received with invalid local discriminator
metadataThe number of BFD packets received with invalid metdata
packet-lengthThe number of BFD packets received with an invalid length
payload-smallThe number of BFD packets received where the payload size is smaller than the minimum BFD packet size
sessionThe number of BFD packets received for an invalid session
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd received-invalid authentication-field#

The number of packets received with an invalid authorization field

Usage#

show stats bfd received-invalid authentication-field [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd received-invalid detect-multiple#

The number of packets received with an invalid multiplier

Usage#

show stats bfd received-invalid detect-multiple [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd received-invalid discriminator#

The number of BFD packets received with an invalid discriminator

Usage#

show stats bfd received-invalid discriminator [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd received-invalid header-large#

The number of packets received where the length of the BFD header is greater than the size of the packet

Usage#

show stats bfd received-invalid header-large [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd received-invalid header-small#

The number of packets received where the BFD header length is smaller than the minimum packet size

Usage#

show stats bfd received-invalid header-small [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd received-invalid header-version#

The number of BFD packets received with an invalid header version

Usage#

show stats bfd received-invalid header-version [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd received-invalid local-discriminator#

The number of BFD packets received with invalid local discriminator

Usage#

show stats bfd received-invalid local-discriminator [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd received-invalid metadata#

The number of BFD packets received with invalid metdata

Usage#

show stats bfd received-invalid metadata [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd received-invalid packet-length#

The number of BFD packets received with an invalid length

Usage#

show stats bfd received-invalid packet-length [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd received-invalid payload-small#

The number of BFD packets received where the payload size is smaller than the minimum BFD packet size

Usage#

show stats bfd received-invalid payload-small [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats bfd received-invalid session#

The number of BFD packets received for an invalid session

Usage#

show stats bfd received-invalid session [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats packet-processing action failure bfdStatistics for 'bfd'
show stats packet-processing action success bfdStatistics for 'bfd'

show stats config#

Metrics pertaining to the get-config RPC

Usage#

show stats config [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
cacheMetrics pertaining to the get-config RPC cache
config-pipelineMetrics pertaining to processing the configuration
config-storeMetrics pertaining to configuration data store processes
See Also#
commanddescription
compare configDisplay the differences between two configurations.
create config autogeneratedRun configuration generation.
delete config exportedDelete an exported configuration from disk.
export configExport a copy of the current running or candidate config.
import configImport a configuration as the candidate config.
restore config factory-defaultRestore the candidate config to the factory defaults.
restore config runningDiscard uncommitted changes from the candidate config.
set config encryptionSets the encryption key for the SSR configuration
show config exportsDisplay configuration exports.
show config versionDisplay running configuration version.

show stats config cache#

Metrics pertaining to the get-config RPC cache

Usage#

show stats config cache [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
hitsThe count of hits on the configuration's cache
missesThe count of misses on the configuration's cache
See Also#
commanddescription
compare configDisplay the differences between two configurations.
create config autogeneratedRun configuration generation.
delete config exportedDelete an exported configuration from disk.
export configExport a copy of the current running or candidate config.
import configImport a configuration as the candidate config.
restore config factory-defaultRestore the candidate config to the factory defaults.
restore config runningDiscard uncommitted changes from the candidate config.
set config encryptionSets the encryption key for the SSR configuration
show config exportsDisplay configuration exports.
show config versionDisplay running configuration version.

show stats config cache hits#

The count of hits on the configuration's cache

Usage#

show stats config cache hits [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
compare configDisplay the differences between two configurations.
create config autogeneratedRun configuration generation.
delete config exportedDelete an exported configuration from disk.
export configExport a copy of the current running or candidate config.
import configImport a configuration as the candidate config.
restore config factory-defaultRestore the candidate config to the factory defaults.
restore config runningDiscard uncommitted changes from the candidate config.
set config encryptionSets the encryption key for the SSR configuration
show config exportsDisplay configuration exports.
show config versionDisplay running configuration version.

show stats config cache misses#

The count of misses on the configuration's cache

Usage#

show stats config cache misses [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
compare configDisplay the differences between two configurations.
create config autogeneratedRun configuration generation.
delete config exportedDelete an exported configuration from disk.
export configExport a copy of the current running or candidate config.
import configImport a configuration as the candidate config.
restore config factory-defaultRestore the candidate config to the factory defaults.
restore config runningDiscard uncommitted changes from the candidate config.
set config encryptionSets the encryption key for the SSR configuration
show config exportsDisplay configuration exports.
show config versionDisplay running configuration version.

show stats config config-pipeline#

Metrics pertaining to processing the configuration

Usage#

show stats config config-pipeline [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
commit-timeAmount of time to commit the configuration (excluding validation time) (milliseconds)
generation-timeAmount of time to generate auto-generated components of the configuration (milliseconds)
sync-timeAmount of time to synchronize the configuration (whether between nodes or between SSR processes). This is recorded on the node where the write takes place, so this value will not be updated when the configuration is read from the synchronization store (milliseconds)
validation-timeAmount of time to validate the configuration (milliseconds)
See Also#
commanddescription
compare configDisplay the differences between two configurations.
create config autogeneratedRun configuration generation.
delete config exportedDelete an exported configuration from disk.
export configExport a copy of the current running or candidate config.
import configImport a configuration as the candidate config.
restore config factory-defaultRestore the candidate config to the factory defaults.
restore config runningDiscard uncommitted changes from the candidate config.
set config encryptionSets the encryption key for the SSR configuration
show config exportsDisplay configuration exports.
show config versionDisplay running configuration version.

show stats config config-pipeline commit-time#

Amount of time to commit the configuration (excluding validation time) (milliseconds)

Usage#

show stats config config-pipeline commit-time [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
compare configDisplay the differences between two configurations.
create config autogeneratedRun configuration generation.
delete config exportedDelete an exported configuration from disk.
export configExport a copy of the current running or candidate config.
import configImport a configuration as the candidate config.
restore config factory-defaultRestore the candidate config to the factory defaults.
restore config runningDiscard uncommitted changes from the candidate config.
set config encryptionSets the encryption key for the SSR configuration
show config exportsDisplay configuration exports.
show config versionDisplay running configuration version.

show stats config config-pipeline generation-time#

Amount of time to generate auto-generated components of the configuration (milliseconds)

Usage#

show stats config config-pipeline generation-time [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
compare configDisplay the differences between two configurations.
create config autogeneratedRun configuration generation.
delete config exportedDelete an exported configuration from disk.
export configExport a copy of the current running or candidate config.
import configImport a configuration as the candidate config.
restore config factory-defaultRestore the candidate config to the factory defaults.
restore config runningDiscard uncommitted changes from the candidate config.
set config encryptionSets the encryption key for the SSR configuration
show config exportsDisplay configuration exports.
show config versionDisplay running configuration version.

show stats config config-pipeline sync-time#

Amount of time to synchronize the configuration (whether between nodes or between SSR processes). This is recorded on the node where the write takes place, so this value will not be updated when the configuration is read from the synchronization store (milliseconds)

Usage#

show stats config config-pipeline sync-time [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
compare configDisplay the differences between two configurations.
create config autogeneratedRun configuration generation.
delete config exportedDelete an exported configuration from disk.
export configExport a copy of the current running or candidate config.
import configImport a configuration as the candidate config.
restore config factory-defaultRestore the candidate config to the factory defaults.
restore config runningDiscard uncommitted changes from the candidate config.
set config encryptionSets the encryption key for the SSR configuration
show config exportsDisplay configuration exports.
show config versionDisplay running configuration version.

show stats config config-pipeline validation-time#

Amount of time to validate the configuration (milliseconds)

Usage#

show stats config config-pipeline validation-time [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
compare configDisplay the differences between two configurations.
create config autogeneratedRun configuration generation.
delete config exportedDelete an exported configuration from disk.
export configExport a copy of the current running or candidate config.
import configImport a configuration as the candidate config.
restore config factory-defaultRestore the candidate config to the factory defaults.
restore config runningDiscard uncommitted changes from the candidate config.
set config encryptionSets the encryption key for the SSR configuration
show config exportsDisplay configuration exports.
show config versionDisplay running configuration version.

show stats config config-store#

Metrics pertaining to configuration data store processes

Usage#

show stats config config-store [datastore <datastore>] [datastore-type <datastore-type>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
datastoreThe datastore for which this metric was generated (comma-separated list)
datastore-typeThe type of datastore for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
clone-durationAmount of time to clone configuration data store (milliseconds)
edit-durationAmount of time to edit configuration data store (milliseconds)
force-durationAmount of time to force configuration data store (milliseconds)
get-durationAmount of time to get configuration data store (milliseconds)
get-json-durationAmount of time to get json of configuration data store (milliseconds)
load-durationAmount of time to load configuration data store (milliseconds)
load-xml-durationAmount of time to load xml of configuration data store (milliseconds)
merge-durationAmount of time to merge configuration data store (milliseconds)
push-durationAmount of time to push configuration data store (milliseconds)
rebase-durationAmount of time to rebase configuration data store (milliseconds)
shallow-clone-durationAmount of time to shallow clone configuration data store (milliseconds)
to-xml-durationAmount of time to make xml of configuration data store (milliseconds)
See Also#
commanddescription
compare configDisplay the differences between two configurations.
create config autogeneratedRun configuration generation.
delete config exportedDelete an exported configuration from disk.
export configExport a copy of the current running or candidate config.
import configImport a configuration as the candidate config.
restore config factory-defaultRestore the candidate config to the factory defaults.
restore config runningDiscard uncommitted changes from the candidate config.
set config encryptionSets the encryption key for the SSR configuration
show config exportsDisplay configuration exports.
show config versionDisplay running configuration version.

show stats config config-store clone-duration#

Amount of time to clone configuration data store (milliseconds)

Usage#

show stats config config-store clone-duration [datastore <datastore>] [datastore-type <datastore-type>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
datastoreThe datastore for which this metric was generated (comma-separated list)
datastore-typeThe type of datastore for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
compare configDisplay the differences between two configurations.
create config autogeneratedRun configuration generation.
delete config exportedDelete an exported configuration from disk.
export configExport a copy of the current running or candidate config.
import configImport a configuration as the candidate config.
restore config factory-defaultRestore the candidate config to the factory defaults.
restore config runningDiscard uncommitted changes from the candidate config.
set config encryptionSets the encryption key for the SSR configuration
show config exportsDisplay configuration exports.
show config versionDisplay running configuration version.

show stats config config-store edit-duration#

Amount of time to edit configuration data store (milliseconds)

Usage#

show stats config config-store edit-duration [datastore <datastore>] [datastore-type <datastore-type>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
datastoreThe datastore for which this metric was generated (comma-separated list)
datastore-typeThe type of datastore for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
compare configDisplay the differences between two configurations.
create config autogeneratedRun configuration generation.
delete config exportedDelete an exported configuration from disk.
export configExport a copy of the current running or candidate config.
import configImport a configuration as the candidate config.
restore config factory-defaultRestore the candidate config to the factory defaults.
restore config runningDiscard uncommitted changes from the candidate config.
set config encryptionSets the encryption key for the SSR configuration
show config exportsDisplay configuration exports.
show config versionDisplay running configuration version.

show stats config config-store force-duration#

Amount of time to force configuration data store (milliseconds)

Usage#

show stats config config-store force-duration [datastore <datastore>] [datastore-type <datastore-type>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
datastoreThe datastore for which this metric was generated (comma-separated list)
datastore-typeThe type of datastore for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
compare configDisplay the differences between two configurations.
create config autogeneratedRun configuration generation.
delete config exportedDelete an exported configuration from disk.
export configExport a copy of the current running or candidate config.
import configImport a configuration as the candidate config.
restore config factory-defaultRestore the candidate config to the factory defaults.
restore config runningDiscard uncommitted changes from the candidate config.
set config encryptionSets the encryption key for the SSR configuration
show config exportsDisplay configuration exports.
show config versionDisplay running configuration version.

show stats config config-store get-duration#

Amount of time to get configuration data store (milliseconds)

Usage#

show stats config config-store get-duration [datastore <datastore>] [datastore-type <datastore-type>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
datastoreThe datastore for which this metric was generated (comma-separated list)
datastore-typeThe type of datastore for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
compare configDisplay the differences between two configurations.
create config autogeneratedRun configuration generation.
delete config exportedDelete an exported configuration from disk.
export configExport a copy of the current running or candidate config.
import configImport a configuration as the candidate config.
restore config factory-defaultRestore the candidate config to the factory defaults.
restore config runningDiscard uncommitted changes from the candidate config.
set config encryptionSets the encryption key for the SSR configuration
show config exportsDisplay configuration exports.
show config versionDisplay running configuration version.

show stats config config-store get-json-duration#

Amount of time to get json of configuration data store (milliseconds)

Usage#

show stats config config-store get-json-duration [datastore <datastore>] [datastore-type <datastore-type>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
datastoreThe datastore for which this metric was generated (comma-separated list)
datastore-typeThe type of datastore for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
compare configDisplay the differences between two configurations.
create config autogeneratedRun configuration generation.
delete config exportedDelete an exported configuration from disk.
export configExport a copy of the current running or candidate config.
import configImport a configuration as the candidate config.
restore config factory-defaultRestore the candidate config to the factory defaults.
restore config runningDiscard uncommitted changes from the candidate config.
set config encryptionSets the encryption key for the SSR configuration
show config exportsDisplay configuration exports.
show config versionDisplay running configuration version.

show stats config config-store load-duration#

Amount of time to load configuration data store (milliseconds)

Usage#

show stats config config-store load-duration [datastore <datastore>] [datastore-type <datastore-type>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
datastoreThe datastore for which this metric was generated (comma-separated list)
datastore-typeThe type of datastore for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
compare configDisplay the differences between two configurations.
create config autogeneratedRun configuration generation.
delete config exportedDelete an exported configuration from disk.
export configExport a copy of the current running or candidate config.
import configImport a configuration as the candidate config.
restore config factory-defaultRestore the candidate config to the factory defaults.
restore config runningDiscard uncommitted changes from the candidate config.
set config encryptionSets the encryption key for the SSR configuration
show config exportsDisplay configuration exports.
show config versionDisplay running configuration version.

show stats config config-store load-xml-duration#

Amount of time to load xml of configuration data store (milliseconds)

Usage#

show stats config config-store load-xml-duration [datastore <datastore>] [datastore-type <datastore-type>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
datastoreThe datastore for which this metric was generated (comma-separated list)
datastore-typeThe type of datastore for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
compare configDisplay the differences between two configurations.
create config autogeneratedRun configuration generation.
delete config exportedDelete an exported configuration from disk.
export configExport a copy of the current running or candidate config.
import configImport a configuration as the candidate config.
restore config factory-defaultRestore the candidate config to the factory defaults.
restore config runningDiscard uncommitted changes from the candidate config.
set config encryptionSets the encryption key for the SSR configuration
show config exportsDisplay configuration exports.
show config versionDisplay running configuration version.

show stats config config-store merge-duration#

Amount of time to merge configuration data store (milliseconds)

Usage#

show stats config config-store merge-duration [datastore <datastore>] [datastore-type <datastore-type>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
datastoreThe datastore for which this metric was generated (comma-separated list)
datastore-typeThe type of datastore for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
compare configDisplay the differences between two configurations.
create config autogeneratedRun configuration generation.
delete config exportedDelete an exported configuration from disk.
export configExport a copy of the current running or candidate config.
import configImport a configuration as the candidate config.
restore config factory-defaultRestore the candidate config to the factory defaults.
restore config runningDiscard uncommitted changes from the candidate config.
set config encryptionSets the encryption key for the SSR configuration
show config exportsDisplay configuration exports.
show config versionDisplay running configuration version.

show stats config config-store push-duration#

Amount of time to push configuration data store (milliseconds)

Usage#

show stats config config-store push-duration [datastore <datastore>] [datastore-type <datastore-type>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
datastoreThe datastore for which this metric was generated (comma-separated list)
datastore-typeThe type of datastore for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
compare configDisplay the differences between two configurations.
create config autogeneratedRun configuration generation.
delete config exportedDelete an exported configuration from disk.
export configExport a copy of the current running or candidate config.
import configImport a configuration as the candidate config.
restore config factory-defaultRestore the candidate config to the factory defaults.
restore config runningDiscard uncommitted changes from the candidate config.
set config encryptionSets the encryption key for the SSR configuration
show config exportsDisplay configuration exports.
show config versionDisplay running configuration version.

show stats config config-store rebase-duration#

Amount of time to rebase configuration data store (milliseconds)

Usage#

show stats config config-store rebase-duration [datastore <datastore>] [datastore-type <datastore-type>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
datastoreThe datastore for which this metric was generated (comma-separated list)
datastore-typeThe type of datastore for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
compare configDisplay the differences between two configurations.
create config autogeneratedRun configuration generation.
delete config exportedDelete an exported configuration from disk.
export configExport a copy of the current running or candidate config.
import configImport a configuration as the candidate config.
restore config factory-defaultRestore the candidate config to the factory defaults.
restore config runningDiscard uncommitted changes from the candidate config.
set config encryptionSets the encryption key for the SSR configuration
show config exportsDisplay configuration exports.
show config versionDisplay running configuration version.

show stats config config-store shallow-clone-duration#

Amount of time to shallow clone configuration data store (milliseconds)

Usage#

show stats config config-store shallow-clone-duration [datastore <datastore>] [datastore-type <datastore-type>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
datastoreThe datastore for which this metric was generated (comma-separated list)
datastore-typeThe type of datastore for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
compare configDisplay the differences between two configurations.
create config autogeneratedRun configuration generation.
delete config exportedDelete an exported configuration from disk.
export configExport a copy of the current running or candidate config.
import configImport a configuration as the candidate config.
restore config factory-defaultRestore the candidate config to the factory defaults.
restore config runningDiscard uncommitted changes from the candidate config.
set config encryptionSets the encryption key for the SSR configuration
show config exportsDisplay configuration exports.
show config versionDisplay running configuration version.

show stats config config-store to-xml-duration#

Amount of time to make xml of configuration data store (milliseconds)

Usage#

show stats config config-store to-xml-duration [datastore <datastore>] [datastore-type <datastore-type>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
datastoreThe datastore for which this metric was generated (comma-separated list)
datastore-typeThe type of datastore for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
compare configDisplay the differences between two configurations.
create config autogeneratedRun configuration generation.
delete config exportedDelete an exported configuration from disk.
export configExport a copy of the current running or candidate config.
import configImport a configuration as the candidate config.
restore config factory-defaultRestore the candidate config to the factory defaults.
restore config runningDiscard uncommitted changes from the candidate config.
set config encryptionSets the encryption key for the SSR configuration
show config exportsDisplay configuration exports.
show config versionDisplay running configuration version.

show stats conflux#

Metrics tracking Conflux operation

Usage#

show stats conflux [pipeline <pipeline>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
pipelineMetric pipeline name (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
batchesMetrics tracking Conflux batches
gapsMetrics tracking Conflux HA replication gap processing
messagesMetrics tracking Conflux message processing
streamMetrics tracking the TANK streams that are passing through Conflux

show stats conflux batches#

Metrics tracking Conflux batches

Usage#

show stats conflux batches [pipeline <pipeline>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
pipelineMetric pipeline name (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
latencyAmortized amount of time Conflux buffers a batch (us)
writeMetrics tracking Conflux batch writes

show stats conflux batches latency#

Amortized amount of time Conflux buffers a batch (us)

Usage#

show stats conflux batches latency [pipeline <pipeline>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
pipelineMetric pipeline name (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats conflux batches write#

Metrics tracking Conflux batch writes

Usage#

show stats conflux batches write [pipeline <pipeline>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
pipelineMetric pipeline name (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
durationAmortized duration of Conflux batch writes to the database (us)
failureNumber of batches Conflux failed to write
successNumber of batches Conflux wrote successfully

show stats conflux batches write duration#

Amortized duration of Conflux batch writes to the database (us)

Usage#

show stats conflux batches write duration [pipeline <pipeline>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
pipelineMetric pipeline name (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats conflux batches write failure#

Number of batches Conflux failed to write

Usage#

show stats conflux batches write failure [pipeline <pipeline>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
pipelineMetric pipeline name (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats conflux batches write success#

Number of batches Conflux wrote successfully

Usage#

show stats conflux batches write success [pipeline <pipeline>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
pipelineMetric pipeline name (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats conflux gaps#

Metrics tracking Conflux HA replication gap processing

Usage#

show stats conflux gaps [pipeline <pipeline>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
pipelineMetric pipeline name (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
detectedNumber of gaps Conflux has detected
resolutionMetrics tracking Conflux gap resolutions

show stats conflux gaps detected#

Number of gaps Conflux has detected

Usage#

show stats conflux gaps detected [pipeline <pipeline>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
pipelineMetric pipeline name (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats conflux gaps resolution#

Metrics tracking Conflux gap resolutions

Usage#

show stats conflux gaps resolution [pipeline <pipeline>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
pipelineMetric pipeline name (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
retryNumber of retried attempts Conflux has made to resolve gaps
successNumber of gaps Conflux resolved successfully

show stats conflux gaps resolution retry#

Number of retried attempts Conflux has made to resolve gaps

Usage#

show stats conflux gaps resolution retry [pipeline <pipeline>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
pipelineMetric pipeline name (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats conflux gaps resolution success#

Number of gaps Conflux resolved successfully

Usage#

show stats conflux gaps resolution success [pipeline <pipeline>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
pipelineMetric pipeline name (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats conflux messages#

Metrics tracking Conflux message processing

Usage#

show stats conflux messages [pipeline <pipeline>] [source <source>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
pipelineMetric pipeline name (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
sourceMetric source, either 'local' or 'ha-peer' (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
readNumber of messages Conflux has read
writeMetrics tracking Conflux message writes

show stats conflux messages read#

Number of messages Conflux has read

Usage#

show stats conflux messages read [pipeline <pipeline>] [source <source>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
pipelineMetric pipeline name (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
sourceMetric source, either 'local' or 'ha-peer' (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats conflux messages write#

Metrics tracking Conflux message writes

Usage#

show stats conflux messages write [pipeline <pipeline>] [source <source>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
pipelineMetric pipeline name (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
sourceMetric source, either 'local' or 'ha-peer' (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
failureNumber of messages Conflux failed to write
rateRate of messages Conflux is writing (messages/sec)
successNumber of messages Conflux wrote successfully
totalNumber of messages Conflux wrote

show stats conflux messages write failure#

Number of messages Conflux failed to write

Usage#

show stats conflux messages write failure [pipeline <pipeline>] [source <source>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
pipelineMetric pipeline name (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
sourceMetric source, either 'local' or 'ha-peer' (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats conflux messages write rate#

Rate of messages Conflux is writing (messages/sec)

Usage#

show stats conflux messages write rate [pipeline <pipeline>] [source <source>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
pipelineMetric pipeline name (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
sourceMetric source, either 'local' or 'ha-peer' (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats conflux messages write success#

Number of messages Conflux wrote successfully

Usage#

show stats conflux messages write success [pipeline <pipeline>] [source <source>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
pipelineMetric pipeline name (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
sourceMetric source, either 'local' or 'ha-peer' (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats conflux messages write total#

Number of messages Conflux wrote

Usage#

show stats conflux messages write total [pipeline <pipeline>] [source <source>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
pipelineMetric pipeline name (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
sourceMetric source, either 'local' or 'ha-peer' (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats conflux stream#

Metrics tracking the TANK streams that are passing through Conflux

Usage#

show stats conflux stream [pipeline <pipeline>] [source <source>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
pipelineMetric pipeline name (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
sourceMetric source, either 'local' or 'ha-peer' (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
continueNumber of times a stream was continued after receiving a response or error (count)
delayNumber of times a stream was delayed because of connection issues (count)
endNumber of times a stream was ended (count)
requestsNumber of requests made to the TANK server (count)
responsesThe counts of responses and errors
startNumber of times a stream was started (count)

show stats conflux stream continue#

Number of times a stream was continued after receiving a response or error (count)

Usage#

show stats conflux stream continue [pipeline <pipeline>] [source <source>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
pipelineMetric pipeline name (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
sourceMetric source, either 'local' or 'ha-peer' (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats conflux stream delay#

Number of times a stream was delayed because of connection issues (count)

Usage#

show stats conflux stream delay [pipeline <pipeline>] [source <source>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
pipelineMetric pipeline name (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
sourceMetric source, either 'local' or 'ha-peer' (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats conflux stream end#

Number of times a stream was ended (count)

Usage#

show stats conflux stream end [pipeline <pipeline>] [source <source>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
pipelineMetric pipeline name (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
sourceMetric source, either 'local' or 'ha-peer' (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats conflux stream requests#

Number of requests made to the TANK server (count)

Usage#

show stats conflux stream requests [pipeline <pipeline>] [source <source>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
pipelineMetric pipeline name (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
sourceMetric source, either 'local' or 'ha-peer' (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats conflux stream responses#

The counts of responses and errors

Usage#

show stats conflux stream responses [pipeline <pipeline>] [source <source>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
pipelineMetric pipeline name (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
sourceMetric source, either 'local' or 'ha-peer' (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
emptyNumber of valid responses with no data (count)
errorThe counts of the various types of error responses
nonemptyNumber of valid responses with data (count)

show stats conflux stream responses empty#

Number of valid responses with no data (count)

Usage#

show stats conflux stream responses empty [pipeline <pipeline>] [source <source>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
pipelineMetric pipeline name (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
sourceMetric source, either 'local' or 'ha-peer' (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats conflux stream responses error#

The counts of the various types of error responses

Usage#

show stats conflux stream responses error [pipeline <pipeline>] [source <source>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
pipelineMetric pipeline name (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
sourceMetric source, either 'local' or 'ha-peer' (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
boundaryNumber of boundary errors encountered in the stream
connectionNumber of connection errors encountered in the stream
otherNumber of otherwise uncategorized errors encountered in the stream

show stats conflux stream responses error boundary#

Number of boundary errors encountered in the stream

Usage#

show stats conflux stream responses error boundary [pipeline <pipeline>] [source <source>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
pipelineMetric pipeline name (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
sourceMetric source, either 'local' or 'ha-peer' (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats conflux stream responses error connection#

Number of connection errors encountered in the stream

Usage#

show stats conflux stream responses error connection [pipeline <pipeline>] [source <source>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
pipelineMetric pipeline name (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
sourceMetric source, either 'local' or 'ha-peer' (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats conflux stream responses error other#

Number of otherwise uncategorized errors encountered in the stream

Usage#

show stats conflux stream responses error other [pipeline <pipeline>] [source <source>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
pipelineMetric pipeline name (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
sourceMetric source, either 'local' or 'ha-peer' (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats conflux stream responses nonempty#

Number of valid responses with data (count)

Usage#

show stats conflux stream responses nonempty [pipeline <pipeline>] [source <source>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
pipelineMetric pipeline name (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
sourceMetric source, either 'local' or 'ha-peer' (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats conflux stream start#

Number of times a stream was started (count)

Usage#

show stats conflux stream start [pipeline <pipeline>] [source <source>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
pipelineMetric pipeline name (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
sourceMetric source, either 'local' or 'ha-peer' (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats cpu#

CPU utilization information

Usage#

show stats cpu [core <core>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
utilizationPercentage of CPU used
See Also#
commanddescription
show platformDisplay platform information of nodes.
show stats diskDisk usage information
show stats memoryMemory usage information

show stats cpu utilization#

Percentage of CPU used

Usage#

show stats cpu utilization [core <core>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show platformDisplay platform information of nodes.
show stats diskDisk usage information
show stats memoryMemory usage information

show stats database#

Metrics tracking database utilization

Usage#

show stats database [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
memory-consumedMemory consumed by the database in bytes

show stats database memory-consumed#

Memory consumed by the database in bytes

Usage#

show stats database memory-consumed [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats device-interface#

Stats pertaining to interface management

Usage#

show stats device-interface [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
message-failureThe number of failed interface configurations
message-successThe number of successful interface configurations

show stats device-interface message-failure#

The number of failed interface configurations

Usage#

show stats device-interface message-failure [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats device-interface message-success#

The number of successful interface configurations

Usage#

show stats device-interface message-success [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats disk#

Disk usage information

Usage#

show stats disk [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
by-componentTotal disk used (bytes)
capacityTotal disk capacity (bytes)
usedTotal disk used (bytes)
See Also#
commanddescription
show platformDisplay platform information of nodes.
show stats cpuCPU utilization information
show stats memoryMemory usage information

show stats disk by-component#

Total disk used (bytes)

Usage#

show stats disk by-component [component <component>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
componentComponent label (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show platformDisplay platform information of nodes.
show stats cpuCPU utilization information
show stats memoryMemory usage information

show stats disk capacity#

Total disk capacity (bytes)

Usage#

show stats disk capacity [disk <disk>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
diskDisk name (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show platformDisplay platform information of nodes.
show stats cpuCPU utilization information
show stats memoryMemory usage information

show stats disk used#

Total disk used (bytes)

Usage#

show stats disk used [disk <disk>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
diskDisk name (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show platformDisplay platform information of nodes.
show stats cpuCPU utilization information
show stats memoryMemory usage information

show stats dpi#

Stats pertaining to the DPI engine

Usage#

show stats dpi [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
parsedStats pertaining to the packets parsed by the DPI engine
receivedStats pertaining to the packets received by the DPI engine

show stats dpi parsed#

Stats pertaining to the packets parsed by the DPI engine

Usage#

show stats dpi parsed [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
failureStats pertaining to errors while parsing packets requiring DPI
successStats pertaining to successful parsing of packets requiring DPI

show stats dpi parsed failure#

Stats pertaining to errors while parsing packets requiring DPI

Usage#

show stats dpi parsed failure [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
tlsNumber of times TLS certificate parsing failed

show stats dpi parsed failure tls#

Number of times TLS certificate parsing failed

Usage#

show stats dpi parsed failure tls [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats dpi parsed success#

Stats pertaining to successful parsing of packets requiring DPI

Usage#

show stats dpi parsed success [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
tlsNumber of times the common name was successfully identified in a TLS certificate

show stats dpi parsed success tls#

Number of times the common name was successfully identified in a TLS certificate

Usage#

show stats dpi parsed success tls [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats dpi received#

Stats pertaining to the packets received by the DPI engine

Usage#

show stats dpi received [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
failureStats pertaining to errors while processing packets requiring DPI
successStats pertaining to successful processing of packets requiring DPI

show stats dpi received failure#

Stats pertaining to errors while processing packets requiring DPI

Usage#

show stats dpi received failure [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
capacity-exceededNumber of packets discarded due to capacity exceeded
no-sessionNumber of segments discarded as a result of having no valid session
too-many-segmentsNumber of segments discarded as a result of exceeding allowed maximum

show stats dpi received failure capacity-exceeded#

Number of packets discarded due to capacity exceeded

Usage#

show stats dpi received failure capacity-exceeded [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats dpi received failure no-session#

Number of segments discarded as a result of having no valid session

Usage#

show stats dpi received failure no-session [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats dpi received failure too-many-segments#

Number of segments discarded as a result of exceeding allowed maximum

Usage#

show stats dpi received failure too-many-segments [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats dpi received success#

Stats pertaining to successful processing of packets requiring DPI

Usage#

show stats dpi received success [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
addNumber of segments added to the packet cache
duplicateNumber of segments discarded due to duplicate sequence numbers
ready-to-parseNumber of packets ready for parsing

show stats dpi received success add#

Number of segments added to the packet cache

Usage#

show stats dpi received success add [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats dpi received success duplicate#

Number of segments discarded due to duplicate sequence numbers

Usage#

show stats dpi received success duplicate [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats dpi received success ready-to-parse#

Number of packets ready for parsing

Usage#

show stats dpi received success ready-to-parse [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats dynamic-peer-update#

Stats pertaining to dynamic peer update processes

Usage#

show stats dynamic-peer-update [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
connectionStats pertaining to connection notifications
leadershipStats pertaining to leadership changes
requestsStats pertaining to Request messages
responsesStats pertaining to Response messages
See Also#
commanddescription
show dynamic-peer-updateDisplay view of dynamic peer update on the conductor.
sync peer addressesSynchronize dynamic addresses (DHCP and PPPoE) between routers and a conductor.

show stats dynamic-peer-update connection#

Stats pertaining to connection notifications

Usage#

show stats dynamic-peer-update connection [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
first-conductor-connectThe number of first conductor connection notifications
first-server-connectThe number of first server connection notifications
last-conductor-disconnectThe number of last conductor disconnection notifications
See Also#
commanddescription
show dynamic-peer-updateDisplay view of dynamic peer update on the conductor.
sync peer addressesSynchronize dynamic addresses (DHCP and PPPoE) between routers and a conductor.

show stats dynamic-peer-update connection first-conductor-connect#

The number of first conductor connection notifications

Usage#

show stats dynamic-peer-update connection first-conductor-connect [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show dynamic-peer-updateDisplay view of dynamic peer update on the conductor.
sync peer addressesSynchronize dynamic addresses (DHCP and PPPoE) between routers and a conductor.

show stats dynamic-peer-update connection first-server-connect#

The number of first server connection notifications

Usage#

show stats dynamic-peer-update connection first-server-connect [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show dynamic-peer-updateDisplay view of dynamic peer update on the conductor.
sync peer addressesSynchronize dynamic addresses (DHCP and PPPoE) between routers and a conductor.

show stats dynamic-peer-update connection last-conductor-disconnect#

The number of last conductor disconnection notifications

Usage#

show stats dynamic-peer-update connection last-conductor-disconnect [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show dynamic-peer-updateDisplay view of dynamic peer update on the conductor.
sync peer addressesSynchronize dynamic addresses (DHCP and PPPoE) between routers and a conductor.

show stats dynamic-peer-update leadership#

Stats pertaining to leadership changes

Usage#

show stats dynamic-peer-update leadership [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
lostThe number of times the node lost leadership
wonThe number of times the node became leader
See Also#
commanddescription
show dynamic-peer-updateDisplay view of dynamic peer update on the conductor.
sync peer addressesSynchronize dynamic addresses (DHCP and PPPoE) between routers and a conductor.

show stats dynamic-peer-update leadership lost#

The number of times the node lost leadership

Usage#

show stats dynamic-peer-update leadership lost [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show dynamic-peer-updateDisplay view of dynamic peer update on the conductor.
sync peer addressesSynchronize dynamic addresses (DHCP and PPPoE) between routers and a conductor.

show stats dynamic-peer-update leadership won#

The number of times the node became leader

Usage#

show stats dynamic-peer-update leadership won [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show dynamic-peer-updateDisplay view of dynamic peer update on the conductor.
sync peer addressesSynchronize dynamic addresses (DHCP and PPPoE) between routers and a conductor.

show stats dynamic-peer-update requests#

Stats pertaining to Request messages

Usage#

show stats dynamic-peer-update requests [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
receivedStats pertaining to the number of requests received
sentStats pertaining to the number requests sent
See Also#
commanddescription
show dynamic-peer-updateDisplay view of dynamic peer update on the conductor.
sync peer addressesSynchronize dynamic addresses (DHCP and PPPoE) between routers and a conductor.

show stats dynamic-peer-update requests received#

Stats pertaining to the number of requests received

Usage#

show stats dynamic-peer-update requests received [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
pushThe number of push requests received
syncThe number of sync requests received
sync-peer-addressesThe number of sync peer addresses requests received from pcli
See Also#
commanddescription
show dynamic-peer-updateDisplay view of dynamic peer update on the conductor.
sync peer addressesSynchronize dynamic addresses (DHCP and PPPoE) between routers and a conductor.

show stats dynamic-peer-update requests received push#

The number of push requests received

Usage#

show stats dynamic-peer-update requests received push [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show dynamic-peer-updateDisplay view of dynamic peer update on the conductor.
sync peer addressesSynchronize dynamic addresses (DHCP and PPPoE) between routers and a conductor.

show stats dynamic-peer-update requests received sync#

The number of sync requests received

Usage#

show stats dynamic-peer-update requests received sync [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show dynamic-peer-updateDisplay view of dynamic peer update on the conductor.
sync peer addressesSynchronize dynamic addresses (DHCP and PPPoE) between routers and a conductor.

show stats dynamic-peer-update requests received sync-peer-addresses#

The number of sync peer addresses requests received from pcli

Usage#

show stats dynamic-peer-update requests received sync-peer-addresses [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show dynamic-peer-updateDisplay view of dynamic peer update on the conductor.
sync peer addressesSynchronize dynamic addresses (DHCP and PPPoE) between routers and a conductor.

show stats dynamic-peer-update requests sent#

Stats pertaining to the number requests sent

Usage#

show stats dynamic-peer-update requests sent [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
pushThe number of push requests sent
syncThe number of sync requests sent
See Also#
commanddescription
show dynamic-peer-updateDisplay view of dynamic peer update on the conductor.
sync peer addressesSynchronize dynamic addresses (DHCP and PPPoE) between routers and a conductor.

show stats dynamic-peer-update requests sent push#

The number of push requests sent

Usage#

show stats dynamic-peer-update requests sent push [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show dynamic-peer-updateDisplay view of dynamic peer update on the conductor.
sync peer addressesSynchronize dynamic addresses (DHCP and PPPoE) between routers and a conductor.

show stats dynamic-peer-update requests sent sync#

The number of sync requests sent

Usage#

show stats dynamic-peer-update requests sent sync [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show dynamic-peer-updateDisplay view of dynamic peer update on the conductor.
sync peer addressesSynchronize dynamic addresses (DHCP and PPPoE) between routers and a conductor.

show stats dynamic-peer-update responses#

Stats pertaining to Response messages

Usage#

show stats dynamic-peer-update responses [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
receivedStats pertaining to the number of responses received
See Also#
commanddescription
show dynamic-peer-updateDisplay view of dynamic peer update on the conductor.
sync peer addressesSynchronize dynamic addresses (DHCP and PPPoE) between routers and a conductor.

show stats dynamic-peer-update responses received#

Stats pertaining to the number of responses received

Usage#

show stats dynamic-peer-update responses received [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
not-foundThe number of not found responses received
other-failureThe number of other failure responses received
successThe number of success responses received
time-outThe number of timeout responses received
See Also#
commanddescription
show dynamic-peer-updateDisplay view of dynamic peer update on the conductor.
sync peer addressesSynchronize dynamic addresses (DHCP and PPPoE) between routers and a conductor.

show stats dynamic-peer-update responses received not-found#

The number of not found responses received

Usage#

show stats dynamic-peer-update responses received not-found [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show dynamic-peer-updateDisplay view of dynamic peer update on the conductor.
sync peer addressesSynchronize dynamic addresses (DHCP and PPPoE) between routers and a conductor.

show stats dynamic-peer-update responses received other-failure#

The number of other failure responses received

Usage#

show stats dynamic-peer-update responses received other-failure [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show dynamic-peer-updateDisplay view of dynamic peer update on the conductor.
sync peer addressesSynchronize dynamic addresses (DHCP and PPPoE) between routers and a conductor.

show stats dynamic-peer-update responses received success#

The number of success responses received

Usage#

show stats dynamic-peer-update responses received success [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show dynamic-peer-updateDisplay view of dynamic peer update on the conductor.
sync peer addressesSynchronize dynamic addresses (DHCP and PPPoE) between routers and a conductor.

show stats dynamic-peer-update responses received time-out#

The number of timeout responses received

Usage#

show stats dynamic-peer-update responses received time-out [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show dynamic-peer-updateDisplay view of dynamic peer update on the conductor.
sync peer addressesSynchronize dynamic addresses (DHCP and PPPoE) between routers and a conductor.

show stats external-protocols#

Stats pertaining to external protocols

Usage#

show stats external-protocols [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
agentStatistics for 'agent'
managerStatistics for 'manager'

show stats external-protocols agent#

Statistics for 'agent'

Usage#

show stats external-protocols agent [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
channel-messagesStats pertaining to an external protocol's channel message
errorsStats pertaining to an external protocol's process errors
packetsStats pertaining to an external protocol's packets

show stats external-protocols agent channel-messages#

Stats pertaining to an external protocol's channel message

Usage#

show stats external-protocols agent channel-messages [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
receivedThe number of messages received on the external protocol's channel
sentThe number of messages sent on the external protocol's channel.

show stats external-protocols agent channel-messages received#

The number of messages received on the external protocol's channel

Usage#

show stats external-protocols agent channel-messages received [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats external-protocols agent channel-messages sent#

The number of messages sent on the external protocol's channel.

Usage#

show stats external-protocols agent channel-messages sent [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats external-protocols agent errors#

Stats pertaining to an external protocol's process errors

Usage#

show stats external-protocols agent errors [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
bgp-over-svr-dropsThe number of outbound packets from the External Protocol Manager that were not successfully injected into the service area and were therefore dropped
classify-dropThe number of packets classified as invalid and dropped by the External Protocol Agent
early-inboundThe number of packets received from the Fast Lane while not subscribed on the external protocol channel
early-outboundThe number of packets received from the External Protocol Manager while not subscribed on the external protocol channel
fastlane-not-ready-dropThe number of outbound packets from the External Protocol Manager that were sent before the Fast Lane was ready to transmit and were therefore dropped
global-interface-lookup-dropThe number of inbound packets from the Fast Lane to the External Protocol Manager that encountered a global interface lookup failure and were therefore dropped
illegal-ethernet-dropThe number of packets going through the External Protocol Agent and that had an illegal ethertype and were therefore dropped
illegal-external-protocols-channel-messageThe number of messages received from the external protocol channel of an illegal type
illegal-ip-dropThe number of packets going through the External Protocol Agent and that were IP packets but for which an external protocol was not found and were therefore dropped
inbound-dropThe number of packets inbound from the Fast Lane that were dropped due to any error
inbound-from-internal-interface-dropThe number of inbound packets from the Fast Lane to the External Protocol Manager that came from the internal interface and were therefore dropped
outbound-dropThe number of packets outbound from the Control that were dropped due to any error
outbound-l2-resolution-reply-dropThe number of outbound packets from the External Protocol Manager that were an ARP or Neighbor Discovery reply and were therefore dropped
session-collisionThe number of packets going through the External Protocol Agent that should have created a session but which collided with another process while creating the session and therefore were dropped

show stats external-protocols agent errors bgp-over-svr-drops#

The number of outbound packets from the External Protocol Manager that were not successfully injected into the service area and were therefore dropped

Usage#

show stats external-protocols agent errors bgp-over-svr-drops [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats external-protocols agent errors classify-drop#

The number of packets classified as invalid and dropped by the External Protocol Agent

Usage#

show stats external-protocols agent errors classify-drop [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats external-protocols agent errors early-inbound#

The number of packets received from the Fast Lane while not subscribed on the external protocol channel

Usage#

show stats external-protocols agent errors early-inbound [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats external-protocols agent errors early-outbound#

The number of packets received from the External Protocol Manager while not subscribed on the external protocol channel

Usage#

show stats external-protocols agent errors early-outbound [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats external-protocols agent errors fastlane-not-ready-drop#

The number of outbound packets from the External Protocol Manager that were sent before the Fast Lane was ready to transmit and were therefore dropped

Usage#

show stats external-protocols agent errors fastlane-not-ready-drop [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats external-protocols agent errors global-interface-lookup-drop#

The number of inbound packets from the Fast Lane to the External Protocol Manager that encountered a global interface lookup failure and were therefore dropped

Usage#

show stats external-protocols agent errors global-interface-lookup-drop [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats external-protocols agent errors illegal-ethernet-drop#

The number of packets going through the External Protocol Agent and that had an illegal ethertype and were therefore dropped

Usage#

show stats external-protocols agent errors illegal-ethernet-drop [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats external-protocols agent errors illegal-external-protocols-channel-message#

The number of messages received from the external protocol channel of an illegal type

Usage#

show stats external-protocols agent errors illegal-external-protocols-channel-message [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats external-protocols agent errors illegal-ip-drop#

The number of packets going through the External Protocol Agent and that were IP packets but for which an external protocol was not found and were therefore dropped

Usage#

show stats external-protocols agent errors illegal-ip-drop [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats external-protocols agent errors inbound-drop#

The number of packets inbound from the Fast Lane that were dropped due to any error

Usage#

show stats external-protocols agent errors inbound-drop [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats external-protocols agent errors inbound-from-internal-interface-drop#

The number of inbound packets from the Fast Lane to the External Protocol Manager that came from the internal interface and were therefore dropped

Usage#

show stats external-protocols agent errors inbound-from-internal-interface-drop [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats external-protocols agent errors outbound-drop#

The number of packets outbound from the Control that were dropped due to any error

Usage#

show stats external-protocols agent errors outbound-drop [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats external-protocols agent errors outbound-l2-resolution-reply-drop#

The number of outbound packets from the External Protocol Manager that were an ARP or Neighbor Discovery reply and were therefore dropped

Usage#

show stats external-protocols agent errors outbound-l2-resolution-reply-drop [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats external-protocols agent errors session-collision#

The number of packets going through the External Protocol Agent that should have created a session but which collided with another process while creating the session and therefore were dropped

Usage#

show stats external-protocols agent errors session-collision [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats external-protocols agent packets#

Stats pertaining to an external protocol's packets

Usage#

show stats external-protocols agent packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
inboundThe number of packets inbound from the Fast Lane received. These may be dropped and therefore inbound minus inbound-drop equals the number of successfully sent packets
outboundThe number of packets outbound from the Control received. These may be dropped and therefore outbound minus outbound-drop equals the number of successfully sent packets
secure-vector-routedThe number of packets outbound from the Control that were sent over a secure vector route

show stats external-protocols agent packets inbound#

The number of packets inbound from the Fast Lane received. These may be dropped and therefore inbound minus inbound-drop equals the number of successfully sent packets

Usage#

show stats external-protocols agent packets inbound [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats external-protocols agent packets outbound#

The number of packets outbound from the Control received. These may be dropped and therefore outbound minus outbound-drop equals the number of successfully sent packets

Usage#

show stats external-protocols agent packets outbound [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats external-protocols agent packets secure-vector-routed#

The number of packets outbound from the Control that were sent over a secure vector route

Usage#

show stats external-protocols agent packets secure-vector-routed [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats external-protocols manager#

Statistics for 'manager'

Usage#

show stats external-protocols manager [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
channel-messagesStats pertaining to an external protocol's channel message
errorsStats pertaining to an external protocol's process errors
packetsStats pertaining to an external protocol's packets

show stats external-protocols manager channel-messages#

Stats pertaining to an external protocol's channel message

Usage#

show stats external-protocols manager channel-messages [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
receivedThe number of messages received on the external protocol's channel
sentThe number of messages sent on the external protocol's channel.

show stats external-protocols manager channel-messages received#

The number of messages received on the external protocol's channel

Usage#

show stats external-protocols manager channel-messages received [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats external-protocols manager channel-messages sent#

The number of messages sent on the external protocol's channel.

Usage#

show stats external-protocols manager channel-messages sent [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats external-protocols manager errors#

Stats pertaining to an external protocol's process errors

Usage#

show stats external-protocols manager errors [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
early-inboundThe number of packets received from the Fast Lane while not subscribed on the external protocol channel
early-outboundThe number of packets received from the External Protocol Manager while not subscribed on the external protocol channel
illegal-external-protocols-channel-messageThe number of messages received from the external protocol channel of an illegal type
inbound-dropThe number of packets inbound from the Fast Lane that were dropped due to any error
outbound-dropThe number of packets outbound from the Control that were dropped due to any error

show stats external-protocols manager errors early-inbound#

The number of packets received from the Fast Lane while not subscribed on the external protocol channel

Usage#

show stats external-protocols manager errors early-inbound [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats external-protocols manager errors early-outbound#

The number of packets received from the External Protocol Manager while not subscribed on the external protocol channel

Usage#

show stats external-protocols manager errors early-outbound [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats external-protocols manager errors illegal-external-protocols-channel-message#

The number of messages received from the external protocol channel of an illegal type

Usage#

show stats external-protocols manager errors illegal-external-protocols-channel-message [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats external-protocols manager errors inbound-drop#

The number of packets inbound from the Fast Lane that were dropped due to any error

Usage#

show stats external-protocols manager errors inbound-drop [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats external-protocols manager errors outbound-drop#

The number of packets outbound from the Control that were dropped due to any error

Usage#

show stats external-protocols manager errors outbound-drop [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats external-protocols manager packets#

Stats pertaining to an external protocol's packets

Usage#

show stats external-protocols manager packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
inboundThe number of packets inbound from the Fast Lane received. These may be dropped and therefore inbound minus inbound-drop equals the number of successfully sent packets
outboundThe number of packets outbound from the Control received. These may be dropped and therefore outbound minus outbound-drop equals the number of successfully sent packets

show stats external-protocols manager packets inbound#

The number of packets inbound from the Fast Lane received. These may be dropped and therefore inbound minus inbound-drop equals the number of successfully sent packets

Usage#

show stats external-protocols manager packets inbound [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats external-protocols manager packets outbound#

The number of packets outbound from the Control received. These may be dropped and therefore outbound minus outbound-drop equals the number of successfully sent packets

Usage#

show stats external-protocols manager packets outbound [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats highway#

Stats pertaining to the highway manager

Usage#

show stats highway [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
action-eventStats pertaining to action event management
actionsStats pertaining to the use of Actions
destination-reachabilityStatistics pertaining to whether or not a destination is reachable and/or responsive
firewall-detectorStats pertaining to the detection of a stateful firewalls in the network

show stats highway action-event#

Stats pertaining to action event management

Usage#

show stats highway action-event [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
send-successThe number of action event messages successfully sent
send-timeoutThe number of action event messages which timed out

show stats highway action-event send-success#

The number of action event messages successfully sent

Usage#

show stats highway action-event send-success [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats highway action-event send-timeout#

The number of action event messages which timed out

Usage#

show stats highway action-event send-timeout [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats highway actions#

Stats pertaining to the use of Actions

Usage#

show stats highway actions [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
action-meterThe number of active Action Entries

show stats highway actions action-meter#

The number of active Action Entries

Usage#

show stats highway actions action-meter [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats highway destination-reachability#

Statistics pertaining to whether or not a destination is reachable and/or responsive

Usage#

show stats highway destination-reachability [service <service>] [network-interface <network-interface>] [destination-prefix <destination-prefix>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
destination-prefixThe destination IP address and prefix (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
icmpStatistics for 'icmp'
tcpStatistics for 'tcp'
tlsStatistics for 'tls'
udpStatistics for 'udp'

show stats highway destination-reachability icmp#

Statistics for 'icmp'

Usage#

show stats highway destination-reachability icmp [service <service>] [network-interface <network-interface>] [destination-prefix <destination-prefix>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
destination-prefixThe destination IP address and prefix (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
establishedThe number of ICMP sessions that have received a reverse packet
time-to-establishmentStatistics for 'time-to-establishment'
timeout-before-establishmentThe number of ICMP sessions that timed out before a packet was received in the reverse direction
unreachableThe number of times a ICMP endpoint was unreachable

show stats highway destination-reachability icmp established#

The number of ICMP sessions that have received a reverse packet

Usage#

show stats highway destination-reachability icmp established [service <service>] [network-interface <network-interface>] [destination-prefix <destination-prefix>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
destination-prefixThe destination IP address and prefix (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats highway destination-reachability icmp time-to-establishment#

Statistics for 'time-to-establishment'

Usage#

show stats highway destination-reachability icmp time-to-establishment [service <service>] [network-interface <network-interface>] [destination-prefix <destination-prefix>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
destination-prefixThe destination IP address and prefix (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
maxA windowed maximum of the time in milliseconds for establishment
meanA windowed mean of the time in milliseconds for establishment
minA windowed minimum of the time in milliseconds for establishment

show stats highway destination-reachability icmp time-to-establishment max#

A windowed maximum of the time in milliseconds for establishment

Usage#

show stats highway destination-reachability icmp time-to-establishment max [service <service>] [network-interface <network-interface>] [destination-prefix <destination-prefix>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
destination-prefixThe destination IP address and prefix (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats highway destination-reachability icmp time-to-establishment mean#

A windowed mean of the time in milliseconds for establishment

Usage#

show stats highway destination-reachability icmp time-to-establishment mean [service <service>] [network-interface <network-interface>] [destination-prefix <destination-prefix>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
destination-prefixThe destination IP address and prefix (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats highway destination-reachability icmp time-to-establishment min#

A windowed minimum of the time in milliseconds for establishment

Usage#

show stats highway destination-reachability icmp time-to-establishment min [service <service>] [network-interface <network-interface>] [destination-prefix <destination-prefix>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
destination-prefixThe destination IP address and prefix (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats highway destination-reachability icmp timeout-before-establishment#

The number of ICMP sessions that timed out before a packet was received in the reverse direction

Usage#

show stats highway destination-reachability icmp timeout-before-establishment [service <service>] [network-interface <network-interface>] [destination-prefix <destination-prefix>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
destination-prefixThe destination IP address and prefix (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats highway destination-reachability icmp unreachable#

The number of times a ICMP endpoint was unreachable

Usage#

show stats highway destination-reachability icmp unreachable [service <service>] [network-interface <network-interface>] [destination-prefix <destination-prefix>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
destination-prefixThe destination IP address and prefix (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats highway destination-reachability tcp#

Statistics for 'tcp'

Usage#

show stats highway destination-reachability tcp [service <service>] [network-interface <network-interface>] [destination-prefix <destination-prefix>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
destination-prefixThe destination IP address and prefix (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
close-before-establishmentThe number of TCP sessions that closed before any data was acknowledged
establishedThe number of TCP sessions that have received an acknowledgement to data
time-to-establishmentStatistics for 'time-to-establishment'
timeout-before-establishmentThe number of TCP sessions that timed out before any data was acknowledged
unreachableThe number of times a TCP endpoint was unreachable

show stats highway destination-reachability tcp close-before-establishment#

The number of TCP sessions that closed before any data was acknowledged

Usage#

show stats highway destination-reachability tcp close-before-establishment [service <service>] [network-interface <network-interface>] [destination-prefix <destination-prefix>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
destination-prefixThe destination IP address and prefix (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats highway destination-reachability tcp established#

The number of TCP sessions that have received an acknowledgement to data

Usage#

show stats highway destination-reachability tcp established [service <service>] [network-interface <network-interface>] [destination-prefix <destination-prefix>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
destination-prefixThe destination IP address and prefix (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats highway destination-reachability tcp time-to-establishment#

Statistics for 'time-to-establishment'

Usage#

show stats highway destination-reachability tcp time-to-establishment [service <service>] [network-interface <network-interface>] [destination-prefix <destination-prefix>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
destination-prefixThe destination IP address and prefix (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
maxA windowed maximum of the time in milliseconds for establishment
meanA windowed mean of the time in milliseconds for establishment
minA windowed minimum of the time in milliseconds for establishment

show stats highway destination-reachability tcp time-to-establishment max#

A windowed maximum of the time in milliseconds for establishment

Usage#

show stats highway destination-reachability tcp time-to-establishment max [service <service>] [network-interface <network-interface>] [destination-prefix <destination-prefix>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
destination-prefixThe destination IP address and prefix (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats highway destination-reachability tcp time-to-establishment mean#

A windowed mean of the time in milliseconds for establishment

Usage#

show stats highway destination-reachability tcp time-to-establishment mean [service <service>] [network-interface <network-interface>] [destination-prefix <destination-prefix>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
destination-prefixThe destination IP address and prefix (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats highway destination-reachability tcp time-to-establishment min#

A windowed minimum of the time in milliseconds for establishment

Usage#

show stats highway destination-reachability tcp time-to-establishment min [service <service>] [network-interface <network-interface>] [destination-prefix <destination-prefix>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
destination-prefixThe destination IP address and prefix (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats highway destination-reachability tcp timeout-before-establishment#

The number of TCP sessions that timed out before any data was acknowledged

Usage#

show stats highway destination-reachability tcp timeout-before-establishment [service <service>] [network-interface <network-interface>] [destination-prefix <destination-prefix>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
destination-prefixThe destination IP address and prefix (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats highway destination-reachability tcp unreachable#

The number of times a TCP endpoint was unreachable

Usage#

show stats highway destination-reachability tcp unreachable [service <service>] [network-interface <network-interface>] [destination-prefix <destination-prefix>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
destination-prefixThe destination IP address and prefix (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats highway destination-reachability tls#

Statistics for 'tls'

Usage#

show stats highway destination-reachability tls [service <service>] [network-interface <network-interface>] [destination-prefix <destination-prefix>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
destination-prefixThe destination IP address and prefix (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
close-before-establishmentThe number of TLS sessions that closed before the handshake could complete
establishedThe number of TLS sessions that successfully completed the handshake
time-to-establishmentStatistics for 'time-to-establishment'
timeout-before-establishmentThe number of TLS sessions that timed out before the handshake could complete

show stats highway destination-reachability tls close-before-establishment#

The number of TLS sessions that closed before the handshake could complete

Usage#

show stats highway destination-reachability tls close-before-establishment [service <service>] [network-interface <network-interface>] [destination-prefix <destination-prefix>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
destination-prefixThe destination IP address and prefix (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats highway destination-reachability tls established#

The number of TLS sessions that successfully completed the handshake

Usage#

show stats highway destination-reachability tls established [service <service>] [network-interface <network-interface>] [destination-prefix <destination-prefix>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
destination-prefixThe destination IP address and prefix (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats highway destination-reachability tls time-to-establishment#

Statistics for 'time-to-establishment'

Usage#

show stats highway destination-reachability tls time-to-establishment [service <service>] [network-interface <network-interface>] [destination-prefix <destination-prefix>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
destination-prefixThe destination IP address and prefix (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
maxA windowed maximum of the time in milliseconds for establishment
meanA windowed mean of the time in milliseconds for establishment
minA windowed minimum of the time in milliseconds for establishment

show stats highway destination-reachability tls time-to-establishment max#

A windowed maximum of the time in milliseconds for establishment

Usage#

show stats highway destination-reachability tls time-to-establishment max [service <service>] [network-interface <network-interface>] [destination-prefix <destination-prefix>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
destination-prefixThe destination IP address and prefix (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats highway destination-reachability tls time-to-establishment mean#

A windowed mean of the time in milliseconds for establishment

Usage#

show stats highway destination-reachability tls time-to-establishment mean [service <service>] [network-interface <network-interface>] [destination-prefix <destination-prefix>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
destination-prefixThe destination IP address and prefix (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats highway destination-reachability tls time-to-establishment min#

A windowed minimum of the time in milliseconds for establishment

Usage#

show stats highway destination-reachability tls time-to-establishment min [service <service>] [network-interface <network-interface>] [destination-prefix <destination-prefix>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
destination-prefixThe destination IP address and prefix (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats highway destination-reachability tls timeout-before-establishment#

The number of TLS sessions that timed out before the handshake could complete

Usage#

show stats highway destination-reachability tls timeout-before-establishment [service <service>] [network-interface <network-interface>] [destination-prefix <destination-prefix>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
destination-prefixThe destination IP address and prefix (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats highway destination-reachability udp#

Statistics for 'udp'

Usage#

show stats highway destination-reachability udp [service <service>] [network-interface <network-interface>] [destination-prefix <destination-prefix>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
destination-prefixThe destination IP address and prefix (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
establishedThe number of UDP sessions that have received a reverse packet
time-to-establishmentStatistics for 'time-to-establishment'
timeout-before-establishmentThe number of UDP sessions that timed out before a packet was recieved in the reverse direction
unreachableThe number of times a UDP endpoint was unreachable

show stats highway destination-reachability udp established#

The number of UDP sessions that have received a reverse packet

Usage#

show stats highway destination-reachability udp established [service <service>] [network-interface <network-interface>] [destination-prefix <destination-prefix>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
destination-prefixThe destination IP address and prefix (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats highway destination-reachability udp time-to-establishment#

Statistics for 'time-to-establishment'

Usage#

show stats highway destination-reachability udp time-to-establishment [service <service>] [network-interface <network-interface>] [destination-prefix <destination-prefix>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
destination-prefixThe destination IP address and prefix (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
maxA windowed maximum of the time in milliseconds for establishment
meanA windowed mean of the time in milliseconds for establishment
minA windowed minimum of the time in milliseconds for establishment

show stats highway destination-reachability udp time-to-establishment max#

A windowed maximum of the time in milliseconds for establishment

Usage#

show stats highway destination-reachability udp time-to-establishment max [service <service>] [network-interface <network-interface>] [destination-prefix <destination-prefix>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
destination-prefixThe destination IP address and prefix (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats highway destination-reachability udp time-to-establishment mean#

A windowed mean of the time in milliseconds for establishment

Usage#

show stats highway destination-reachability udp time-to-establishment mean [service <service>] [network-interface <network-interface>] [destination-prefix <destination-prefix>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
destination-prefixThe destination IP address and prefix (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats highway destination-reachability udp time-to-establishment min#

A windowed minimum of the time in milliseconds for establishment

Usage#

show stats highway destination-reachability udp time-to-establishment min [service <service>] [network-interface <network-interface>] [destination-prefix <destination-prefix>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
destination-prefixThe destination IP address and prefix (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats highway destination-reachability udp timeout-before-establishment#

The number of UDP sessions that timed out before a packet was recieved in the reverse direction

Usage#

show stats highway destination-reachability udp timeout-before-establishment [service <service>] [network-interface <network-interface>] [destination-prefix <destination-prefix>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
destination-prefixThe destination IP address and prefix (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats highway destination-reachability udp unreachable#

The number of times a UDP endpoint was unreachable

Usage#

show stats highway destination-reachability udp unreachable [service <service>] [network-interface <network-interface>] [destination-prefix <destination-prefix>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
destination-prefixThe destination IP address and prefix (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
network-interfaceThe name of the network interface generating this metric (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceThe name of the service generating this metric (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats highway firewall-detector#

Stats pertaining to the detection of a stateful firewalls in the network

Usage#

show stats highway firewall-detector [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
discovery-packet-droppedThe number of packets dropped by firewall detector discovery
discovery-timeoutThe number of firewall discovery attempts that detected a firewall
duplicate-context-detectedThe number of duplicate context lookups for missing peer name
reply-receivedThe number of firewall discovery replies received
reply-sentThe number of firewall discovery replies sent
request-receivedThe number of firewall discovery requests received
request-sentThe number of firewall discovery requests sent
tcp-reset-receivedThe number of TCP reset packets received by firewall detector
unknown-receivedThe number of unknown packets received by firewall detector

show stats highway firewall-detector discovery-packet-dropped#

The number of packets dropped by firewall detector discovery

Usage#

show stats highway firewall-detector discovery-packet-dropped [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats highway firewall-detector discovery-timeout#

The number of firewall discovery attempts that detected a firewall

Usage#

show stats highway firewall-detector discovery-timeout [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats highway firewall-detector duplicate-context-detected#

The number of duplicate context lookups for missing peer name

Usage#

show stats highway firewall-detector duplicate-context-detected [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats highway firewall-detector reply-received#

The number of firewall discovery replies received

Usage#

show stats highway firewall-detector reply-received [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats highway firewall-detector reply-sent#

The number of firewall discovery replies sent

Usage#

show stats highway firewall-detector reply-sent [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats highway firewall-detector request-received#

The number of firewall discovery requests received

Usage#

show stats highway firewall-detector request-received [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats highway firewall-detector request-sent#

The number of firewall discovery requests sent

Usage#

show stats highway firewall-detector request-sent [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats highway firewall-detector tcp-reset-received#

The number of TCP reset packets received by firewall detector

Usage#

show stats highway firewall-detector tcp-reset-received [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats highway firewall-detector unknown-received#

The number of unknown packets received by firewall detector

Usage#

show stats highway firewall-detector unknown-received [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats icmp#

Stats pertaining to ICMP packets

Usage#

show stats icmp [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
reachability-probeStats related to the ICMP reachability probe
receivedStatistics for 'received'
sentStatistics for 'sent'

show stats icmp reachability-probe#

Stats related to the ICMP reachability probe

Usage#

show stats icmp reachability-probe [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
requestThe number of ICMP Destination Unreachable Messages dropped
slaICMP Reachability Probe SLA

show stats icmp reachability-probe request#

The number of ICMP Destination Unreachable Messages dropped

Usage#

show stats icmp reachability-probe request [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
failureThe number of ICMP probe echo request packets not sent because of some error setting up the session
successThe number of ICMP probe echo requests that received a reply within the timeout
timeoutThe number of ICMP probe echo requests sent that timed out waiting for a response

show stats icmp reachability-probe request failure#

The number of ICMP probe echo request packets not sent because of some error setting up the session

Usage#

show stats icmp reachability-probe request failure [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats icmp reachability-probe request success#

The number of ICMP probe echo requests that received a reply within the timeout

Usage#

show stats icmp reachability-probe request success [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats icmp reachability-probe request timeout#

The number of ICMP probe echo requests sent that timed out waiting for a response

Usage#

show stats icmp reachability-probe request timeout [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats icmp reachability-probe sla#

ICMP Reachability Probe SLA

Usage#

show stats icmp reachability-probe sla [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
exceeded-by-max-latencyThe number of ICMP probe intervals whose maximum latency exceeds the profile SLA
exceeded-by-max-lossThe number of ICMP probe intervals whose maximum percent lost exceeds the profile SLA
exceeded-by-mean-latencyThe number of ICMP probe intervals whose mean latency exceeds the profile SLA

show stats icmp reachability-probe sla exceeded-by-max-latency#

The number of ICMP probe intervals whose maximum latency exceeds the profile SLA

Usage#

show stats icmp reachability-probe sla exceeded-by-max-latency [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats icmp reachability-probe sla exceeded-by-max-loss#

The number of ICMP probe intervals whose maximum percent lost exceeds the profile SLA

Usage#

show stats icmp reachability-probe sla exceeded-by-max-loss [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats icmp reachability-probe sla exceeded-by-mean-latency#

The number of ICMP probe intervals whose mean latency exceeds the profile SLA

Usage#

show stats icmp reachability-probe sla exceeded-by-mean-latency [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats icmp received#

Statistics for 'received'

Usage#

show stats icmp received [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
failureStatistics for 'failure'
successStatistics for 'success'

show stats icmp received failure#

Statistics for 'failure'

Usage#

show stats icmp received failure [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
destination-unreachableThe number of ICMP Destination Unreachable Messages dropped

show stats icmp received failure destination-unreachable#

The number of ICMP Destination Unreachable Messages dropped

Usage#

show stats icmp received failure destination-unreachable [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats icmp received success#

Statistics for 'success'

Usage#

show stats icmp received success [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
destination-unreachableThe number of ICMP Destination Unreachable Messages processed

show stats icmp received success destination-unreachable#

The number of ICMP Destination Unreachable Messages processed

Usage#

show stats icmp received success destination-unreachable [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats icmp sent#

Statistics for 'sent'

Usage#

show stats icmp sent [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
failureStatistics for 'failure'
successStatistics for 'success'

show stats icmp sent failure#

Statistics for 'failure'

Usage#

show stats icmp sent failure [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
destination-unreachable-packet-too-bigThe number of ICMP Unreachable Packet Too Big packets failed to be transmitted
echo-replyThe number of ICMP Echo replies that failed to be transmitted
echo-reply-dropThe number of ICMP Echo replies not sent because of ICMP Blackhole

show stats icmp sent failure destination-unreachable-packet-too-big#

The number of ICMP Unreachable Packet Too Big packets failed to be transmitted

Usage#

show stats icmp sent failure destination-unreachable-packet-too-big [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats icmp sent failure echo-reply#

The number of ICMP Echo replies that failed to be transmitted

Usage#

show stats icmp sent failure echo-reply [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats icmp sent failure echo-reply-drop#

The number of ICMP Echo replies not sent because of ICMP Blackhole

Usage#

show stats icmp sent failure echo-reply-drop [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats icmp sent success#

Statistics for 'success'

Usage#

show stats icmp sent success [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
destination-unreachable-net-unreachableThe number of ICMP Unreachable Network Unreachable packets sent
destination-unreachable-not-requiredThe number of ICMP Unreachable packets not sent because the packet destination MAC is not meant for us
destination-unreachable-packet-too-bigThe number of ICMP Unreachable Packet Too Big packets sent
destination-unreachable-reassembly-time-exceededThe number of ICMP Unreachable Reassembly Time Exceeded packets sent
destination-unreachable-time-exceededThe number of ICMP Unreachable Time Exceeded packets sent
echo-replyThe number of successful ICMP Echo replies transmitted

show stats icmp sent success destination-unreachable-net-unreachable#

The number of ICMP Unreachable Network Unreachable packets sent

Usage#

show stats icmp sent success destination-unreachable-net-unreachable [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats icmp sent success destination-unreachable-not-required#

The number of ICMP Unreachable packets not sent because the packet destination MAC is not meant for us

Usage#

show stats icmp sent success destination-unreachable-not-required [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats icmp sent success destination-unreachable-packet-too-big#

The number of ICMP Unreachable Packet Too Big packets sent

Usage#

show stats icmp sent success destination-unreachable-packet-too-big [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats icmp sent success destination-unreachable-reassembly-time-exceeded#

The number of ICMP Unreachable Reassembly Time Exceeded packets sent

Usage#

show stats icmp sent success destination-unreachable-reassembly-time-exceeded [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats icmp sent success destination-unreachable-time-exceeded#

The number of ICMP Unreachable Time Exceeded packets sent

Usage#

show stats icmp sent success destination-unreachable-time-exceeded [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats icmp sent success echo-reply#

The number of successful ICMP Echo replies transmitted

Usage#

show stats icmp sent success echo-reply [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats interface#

Stats pertaining to Ethernet Interface

Usage#

show stats interface [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
receivedStatistics for 'received'
sentStatistics for 'sent'

show stats interface received#

Statistics for 'received'

Usage#

show stats interface received [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
buffer-allocation-failureThe number of receive buffer allocation failures
bytesThe number of bytes received on interface
errorThe number of receive errors detected by interface
fcs-errorThe number of packets dropped because they fail frame check validation
missedThe number of packets dropped or discarded by the interface
overrun-errorThe number of packets dropped because of queue overruns
oversize-errorThe number of packets dropped because they are oversized
packetsThe number of packets received on interface
undersize-errorThe number of packets dropped because they are undersized
utilizationThe current percentage of total received bandwidth by the interface

show stats interface received buffer-allocation-failure#

The number of receive buffer allocation failures

Usage#

show stats interface received buffer-allocation-failure [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats interface received bytes#

The number of bytes received on interface

Usage#

show stats interface received bytes [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats interface received error#

The number of receive errors detected by interface

Usage#

show stats interface received error [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats interface received fcs-error#

The number of packets dropped because they fail frame check validation

Usage#

show stats interface received fcs-error [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats interface received missed#

The number of packets dropped or discarded by the interface

Usage#

show stats interface received missed [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats interface received overrun-error#

The number of packets dropped because of queue overruns

Usage#

show stats interface received overrun-error [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats interface received oversize-error#

The number of packets dropped because they are oversized

Usage#

show stats interface received oversize-error [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats interface received packets#

The number of packets received on interface

Usage#

show stats interface received packets [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats interface received undersize-error#

The number of packets dropped because they are undersized

Usage#

show stats interface received undersize-error [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats interface received utilization#

The current percentage of total received bandwidth by the interface

Usage#

show stats interface received utilization [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats interface sent#

Statistics for 'sent'

Usage#

show stats interface sent [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
bytesThe number of bytes sent on interface
errorThe number of send errors detected by interface
packetsThe number of packets sent on interface
utilizationThe current transmit bandwidth of interface

show stats interface sent bytes#

The number of bytes sent on interface

Usage#

show stats interface sent bytes [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats interface sent error#

The number of send errors detected by interface

Usage#

show stats interface sent error [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats interface sent packets#

The number of packets sent on interface

Usage#

show stats interface sent packets [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats interface sent utilization#

The current transmit bandwidth of interface

Usage#

show stats interface sent utilization [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats ipfix#

Stats pertaining to IPFIX export

Usage#

show stats ipfix [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
record-export-rateRate of records exported per unit time (records per second)
time-per-exportAverage time spent generating IPFIX records per record export (us)
time-per-sessionAverage time spent generating IPFIX records per session in existence (us)
total-generation-timeTotal time spent generating IPFIX records (us)
total-recordsTotal number of records exported

show stats ipfix record-export-rate#

Rate of records exported per unit time (records per second)

Usage#

show stats ipfix record-export-rate [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats ipfix time-per-export#

Average time spent generating IPFIX records per record export (us)

Usage#

show stats ipfix time-per-export [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats ipfix time-per-session#

Average time spent generating IPFIX records per session in existence (us)

Usage#

show stats ipfix time-per-session [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats ipfix total-generation-time#

Total time spent generating IPFIX records (us)

Usage#

show stats ipfix total-generation-time [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats ipfix total-records#

Total number of records exported

Usage#

show stats ipfix total-records [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats memory#

Memory usage information

Usage#

show stats memory [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
capacityTotal memory capacity (bytes)
usedTotal memory used (bytes)
See Also#
commanddescription
show platformDisplay platform information of nodes.
show stats cpuCPU utilization information
show stats diskDisk usage information

show stats memory capacity#

Total memory capacity (bytes)

Usage#

show stats memory capacity [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show platformDisplay platform information of nodes.
show stats cpuCPU utilization information
show stats diskDisk usage information

show stats memory used#

Total memory used (bytes)

Usage#

show stats memory used [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show platformDisplay platform information of nodes.
show stats cpuCPU utilization information
show stats diskDisk usage information

show stats metrics#

Measurements reflecting metrics library performance by client process

Usage#

show stats metrics [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
active-metricsThe number of metrics that exist in the process (active metrics)
collections-pendingThe number of metric aggregations pending (pending aggregations)
collections-skippedThe number of metric collections skipped for performance reasons. (collection skips)
per-collection-latencyTime taken to gather all metrics per collection (us)
per-metric-latencyAmortized time taken per metric, per collection (us)
read-metric-latencyAmortized time take per metric per read (us)

show stats metrics active-metrics#

The number of metrics that exist in the process (active metrics)

Usage#

show stats metrics active-metrics [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats metrics collections-pending#

The number of metric aggregations pending (pending aggregations)

Usage#

show stats metrics collections-pending [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats metrics collections-skipped#

The number of metric collections skipped for performance reasons. (collection skips)

Usage#

show stats metrics collections-skipped [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats metrics per-collection-latency#

Time taken to gather all metrics per collection (us)

Usage#

show stats metrics per-collection-latency [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats metrics per-metric-latency#

Amortized time taken per metric, per collection (us)

Usage#

show stats metrics per-metric-latency [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats metrics read-metric-latency#

Amortized time take per metric per read (us)

Usage#

show stats metrics read-metric-latency [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats mtu-discovery#

Stats pertaining to MTU discovery.

Usage#

show stats mtu-discovery [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
peer-pathStats pertaining to BFD per peer path
receivedMTU discovery packets received in total.
sentMTU discovery packets sent in total.

show stats mtu-discovery peer-path#

Stats pertaining to BFD per peer path

Usage#

show stats mtu-discovery peer-path [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
receivedMTU discovery packets received on the peer path.
sentMTU discovery packets sent on the peer path.

show stats mtu-discovery peer-path received#

MTU discovery packets received on the peer path.

Usage#

show stats mtu-discovery peer-path received [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats mtu-discovery peer-path sent#

MTU discovery packets sent on the peer path.

Usage#

show stats mtu-discovery peer-path sent [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
arp-failureMTU discovery packets arp failure on the peer path.
buffer-allocation-failureMTU discovery packets buffer allocation failure on the peer path.
successMTU discovery packets sent successfully on the peer path.

show stats mtu-discovery peer-path sent arp-failure#

MTU discovery packets arp failure on the peer path.

Usage#

show stats mtu-discovery peer-path sent arp-failure [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats mtu-discovery peer-path sent buffer-allocation-failure#

MTU discovery packets buffer allocation failure on the peer path.

Usage#

show stats mtu-discovery peer-path sent buffer-allocation-failure [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats mtu-discovery peer-path sent success#

MTU discovery packets sent successfully on the peer path.

Usage#

show stats mtu-discovery peer-path sent success [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats mtu-discovery received#

MTU discovery packets received in total.

Usage#

show stats mtu-discovery received [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats mtu-discovery sent#

MTU discovery packets sent in total.

Usage#

show stats mtu-discovery sent [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
arp-failureMTU discovery packets tx arp failure in total.
buffer-allocation-failureMTU discovery packets tx allocation failure in total.
successMTU discovery packets sent successfully in total.

show stats mtu-discovery sent arp-failure#

MTU discovery packets tx arp failure in total.

Usage#

show stats mtu-discovery sent arp-failure [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats mtu-discovery sent buffer-allocation-failure#

MTU discovery packets tx allocation failure in total.

Usage#

show stats mtu-discovery sent buffer-allocation-failure [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats mtu-discovery sent success#

MTU discovery packets sent successfully in total.

Usage#

show stats mtu-discovery sent success [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats network-interface#

Stats pertaining to Network Interface

Usage#

show stats network-interface [port <port>] [netintf <netintf>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
netintfThe network interface for which this metric was generated (comma-separated list)
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
receivedStatistics for 'received'
sentStatistics for 'sent'

show stats network-interface received#

Statistics for 'received'

Usage#

show stats network-interface received [port <port>] [netintf <netintf>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
netintfThe network interface for which this metric was generated (comma-separated list)
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
bytesThe number of bytes received on network interface
packetsThe number of packets received on network interface

show stats network-interface received bytes#

The number of bytes received on network interface

Usage#

show stats network-interface received bytes [port <port>] [netintf <netintf>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
netintfThe network interface for which this metric was generated (comma-separated list)
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats network-interface received packets#

The number of packets received on network interface

Usage#

show stats network-interface received packets [port <port>] [netintf <netintf>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
netintfThe network interface for which this metric was generated (comma-separated list)
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats network-interface sent#

Statistics for 'sent'

Usage#

show stats network-interface sent [port <port>] [netintf <netintf>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
netintfThe network interface for which this metric was generated (comma-separated list)
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
bytesThe number of bytes sent on network interface
packetsThe number of packets sent on network interface

show stats network-interface sent bytes#

The number of bytes sent on network interface

Usage#

show stats network-interface sent bytes [port <port>] [netintf <netintf>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
netintfThe network interface for which this metric was generated (comma-separated list)
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats network-interface sent packets#

The number of packets sent on network interface

Usage#

show stats network-interface sent packets [port <port>] [netintf <netintf>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
netintfThe network interface for which this metric was generated (comma-separated list)
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-capture#

Stats pertaining to captured packets

Usage#

show stats packet-capture [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
successThe number of packets sent to be captured
write-failureThe number of packet capture write failures
See Also#
commanddescription
create capture-filterCreates a capture-filter using BPF syntax (as used in wireshark) on the target interface.
delete capture-filterDeletes a capture-filter created using create capture-filter. (It will not delete filters committed as part of the configuration.)
show capture-filtersShow active capture-filters.

show stats packet-capture success#

The number of packets sent to be captured

Usage#

show stats packet-capture success [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
create capture-filterCreates a capture-filter using BPF syntax (as used in wireshark) on the target interface.
delete capture-filterDeletes a capture-filter created using create capture-filter. (It will not delete filters committed as part of the configuration.)
show capture-filtersShow active capture-filters.

show stats packet-capture write-failure#

The number of packet capture write failures

Usage#

show stats packet-capture write-failure [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
create capture-filterCreates a capture-filter using BPF syntax (as used in wireshark) on the target interface.
delete capture-filterDeletes a capture-filter created using create capture-filter. (It will not delete filters committed as part of the configuration.)
show capture-filtersShow active capture-filters.

show stats packet-processing#

Stats pertaining to packet processing

Usage#

show stats packet-processing [core <core>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
actionStats pertaining to specific packet transformation actions
classifierStats pertaining to the classification of packets
dhcpStats pertaining to DHCP packets in the Fast Lane
enqueueStats pertaining to packets enqueued in the fast lane
fib-actionSummary of stats pertaining to packet processing actions after fib table hit
flow-actionSummary of stats pertaining to packet processing actions after flow table hit
fragmentationStats pertaining to fragmentation and reassembly
lookupStats pertaining to packet table lookups
receivedStats pertaining to packets received for processing
sentStatistics for 'sent'

show stats packet-processing action#

Stats pertaining to specific packet transformation actions

Usage#

show stats packet-processing action [core <core>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
failureStats pertaining to failures during packet action processing
successStats pertaining to successful packet transformation action processing

show stats packet-processing action failure#

Stats pertaining to failures during packet action processing

Usage#

show stats packet-processing action failure [core <core>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
aesStatistics for 'aes'
bfdStatistics for 'bfd'
dpiStatistics for 'dpi'
ethernet-header-transformStatistics for 'ethernet-header-transform'
flow-moveStatistics for 'flow-move'
hmacStatistics for 'hmac'
ip-header-transformStatistics for 'ip-header-transform'
keep-aliveStatistics for 'keep-alive'
metadataStatistics for 'metadata'
multiplexorStatistics for 'multiplexor'
paddingStatistics for 'padding'
path-metricsStatistics for 'path-metrics'
rate-limit-checkStatistics for 'rate-limit-check'
retransmission-handlerStatistics for 'retransmission-handler'
tcp-proxyStatistics for 'tcp-proxy'
tcp-stateStatistics for 'tcp-state'
ttl-validateThe number of packets dropped due to expired TTL
tunnelStatistics for 'tunnel'
udp-transformStatistics for 'udp-transform'

show stats packet-processing action failure aes#

Statistics for 'aes'

Usage#

show stats packet-processing action failure aes [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
data-normalizationThe number of packets dropped due to a failure to normalize to Aes block size
decryption-exceptionThe number of packets dropped due to a decryption exception
encryption-exceptionThe number of packets dropped due to an encryption exception
get-data-lengthThe number of packets dropped due to a failure to get the data length
iv-appendThe number of packets dropped due to a failure to append the iv
iv-generationThe number of packets dropped due to an iv generation failure
iv-seedThe number of packets dropped due to a seed failure on decrypt
metadata-decryptionThe number of packets dropped due to a decryption failure
metadata-encryptionThe number of packets dropped due to an encryption failure
no-context-foundThe number of times an AES context was not found
payload-decryptionThe number of packets dropped due to a decryption failure
payload-encryptionThe number of packets dropped due to an encryption failure
set-data-lengthThe number of packets dropped due to a failure to set the data length

show stats packet-processing action failure aes data-normalization#

The number of packets dropped due to a failure to normalize to Aes block size

Usage#

show stats packet-processing action failure aes data-normalization [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure aes decryption-exception#

The number of packets dropped due to a decryption exception

Usage#

show stats packet-processing action failure aes decryption-exception [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure aes encryption-exception#

The number of packets dropped due to an encryption exception

Usage#

show stats packet-processing action failure aes encryption-exception [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure aes get-data-length#

The number of packets dropped due to a failure to get the data length

Usage#

show stats packet-processing action failure aes get-data-length [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure aes iv-append#

The number of packets dropped due to a failure to append the iv

Usage#

show stats packet-processing action failure aes iv-append [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure aes iv-generation#

The number of packets dropped due to an iv generation failure

Usage#

show stats packet-processing action failure aes iv-generation [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure aes iv-seed#

The number of packets dropped due to a seed failure on decrypt

Usage#

show stats packet-processing action failure aes iv-seed [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure aes metadata-decryption#

The number of packets dropped due to a decryption failure

Usage#

show stats packet-processing action failure aes metadata-decryption [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure aes metadata-encryption#

The number of packets dropped due to an encryption failure

Usage#

show stats packet-processing action failure aes metadata-encryption [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure aes no-context-found#

The number of times an AES context was not found

Usage#

show stats packet-processing action failure aes no-context-found [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure aes payload-decryption#

The number of packets dropped due to a decryption failure

Usage#

show stats packet-processing action failure aes payload-decryption [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure aes payload-encryption#

The number of packets dropped due to an encryption failure

Usage#

show stats packet-processing action failure aes payload-encryption [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure aes set-data-length#

The number of packets dropped due to a failure to set the data length

Usage#

show stats packet-processing action failure aes set-data-length [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure bfd#

Statistics for 'bfd'

Usage#

show stats packet-processing action failure bfd [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
decodeFailure to decode bfd header and metadata
echo-initEcho action initialization failed
empty-metadataFailure due to metadata being absent
empty-payloadFailure due to empty payload
fragmented-mtu-discoveryReceived fragmented MTU discovery packets
invalid-headerFailure due to invalid bfd header
metadata-parseFailure to parse metadata
See Also#
commanddescription
show stats bfdStats pertaining to BFD
show stats packet-processing action success bfdStatistics for 'bfd'

show stats packet-processing action failure bfd decode#

Failure to decode bfd header and metadata

Usage#

show stats packet-processing action failure bfd decode [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats bfdStats pertaining to BFD
show stats packet-processing action success bfdStatistics for 'bfd'

show stats packet-processing action failure bfd echo-init#

Echo action initialization failed

Usage#

show stats packet-processing action failure bfd echo-init [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats bfdStats pertaining to BFD
show stats packet-processing action success bfdStatistics for 'bfd'

show stats packet-processing action failure bfd empty-metadata#

Failure due to metadata being absent

Usage#

show stats packet-processing action failure bfd empty-metadata [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats bfdStats pertaining to BFD
show stats packet-processing action success bfdStatistics for 'bfd'

show stats packet-processing action failure bfd empty-payload#

Failure due to empty payload

Usage#

show stats packet-processing action failure bfd empty-payload [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats bfdStats pertaining to BFD
show stats packet-processing action success bfdStatistics for 'bfd'

show stats packet-processing action failure bfd fragmented-mtu-discovery#

Received fragmented MTU discovery packets

Usage#

show stats packet-processing action failure bfd fragmented-mtu-discovery [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats bfdStats pertaining to BFD
show stats packet-processing action success bfdStatistics for 'bfd'

show stats packet-processing action failure bfd invalid-header#

Failure due to invalid bfd header

Usage#

show stats packet-processing action failure bfd invalid-header [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats bfdStats pertaining to BFD
show stats packet-processing action success bfdStatistics for 'bfd'

show stats packet-processing action failure bfd metadata-parse#

Failure to parse metadata

Usage#

show stats packet-processing action failure bfd metadata-parse [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats bfdStats pertaining to BFD
show stats packet-processing action success bfdStatistics for 'bfd'

show stats packet-processing action failure dpi#

Statistics for 'dpi'

Usage#

show stats packet-processing action failure dpi [core <core>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
ftpStatistics for 'ftp'

show stats packet-processing action failure dpi ftp#

Statistics for 'ftp'

Usage#

show stats packet-processing action failure dpi ftp [core <core>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
parse-failedThe number of packets dropped due to an invalid passive response
pinhole-missThe number of packets dropped due to a miss of an FTP pinhole
pinhole-timeoutThe number of FTP pinholes closed without being used

show stats packet-processing action failure dpi ftp parse-failed#

The number of packets dropped due to an invalid passive response

Usage#

show stats packet-processing action failure dpi ftp parse-failed [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure dpi ftp pinhole-miss#

The number of packets dropped due to a miss of an FTP pinhole

Usage#

show stats packet-processing action failure dpi ftp pinhole-miss [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure dpi ftp pinhole-timeout#

The number of FTP pinholes closed without being used

Usage#

show stats packet-processing action failure dpi ftp pinhole-timeout [core <core>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure ethernet-header-transform#

Statistics for 'ethernet-header-transform'

Usage#

show stats packet-processing action failure ethernet-header-transform [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
arp-table-missesThe number of packets dropped because the arp resultant was invalid
packet-expansionThe number of packets dropped because the packet could not be expanded

show stats packet-processing action failure ethernet-header-transform arp-table-misses#

The number of packets dropped because the arp resultant was invalid

Usage#

show stats packet-processing action failure ethernet-header-transform arp-table-misses [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure ethernet-header-transform packet-expansion#

The number of packets dropped because the packet could not be expanded

Usage#

show stats packet-processing action failure ethernet-header-transform packet-expansion [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure flow-move#

Statistics for 'flow-move'

Usage#

show stats packet-processing action failure flow-move [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
disable-forward-metadata-discardsThe number of packets discarded with disable-forward-metadata attribute

show stats packet-processing action failure flow-move disable-forward-metadata-discards#

The number of packets discarded with disable-forward-metadata attribute

Usage#

show stats packet-processing action failure flow-move disable-forward-metadata-discards [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure hmac#

Statistics for 'hmac'

Usage#

show stats packet-processing action failure hmac [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
allocationThe number of packets dropped because the memory for the HMAC could not be allocated
cannot-find-digestThe number of packets dropped because the HMAC digest could not be found
context-not-foundThe number of packets dropped because the HMAC context could not be found
context-reinitializedThe number of times the HMAC context was reinitialized due to successive failures
digest-calculationThe number of packets dropped due to a HMAC digest calculation failure
digest-compareThe number of packets dropped because the HMAC digest didn't match the calculated value
opposite-flow-not-foundThe number of enable-metadata packets dropped because the opposite flow could not be found

show stats packet-processing action failure hmac allocation#

The number of packets dropped because the memory for the HMAC could not be allocated

Usage#

show stats packet-processing action failure hmac allocation [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure hmac cannot-find-digest#

The number of packets dropped because the HMAC digest could not be found

Usage#

show stats packet-processing action failure hmac cannot-find-digest [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure hmac context-not-found#

The number of packets dropped because the HMAC context could not be found

Usage#

show stats packet-processing action failure hmac context-not-found [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure hmac context-reinitialized#

The number of times the HMAC context was reinitialized due to successive failures

Usage#

show stats packet-processing action failure hmac context-reinitialized [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure hmac digest-calculation#

The number of packets dropped due to a HMAC digest calculation failure

Usage#

show stats packet-processing action failure hmac digest-calculation [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure hmac digest-compare#

The number of packets dropped because the HMAC digest didn't match the calculated value

Usage#

show stats packet-processing action failure hmac digest-compare [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure hmac opposite-flow-not-found#

The number of enable-metadata packets dropped because the opposite flow could not be found

Usage#

show stats packet-processing action failure hmac opposite-flow-not-found [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure ip-header-transform#

Statistics for 'ip-header-transform'

Usage#

show stats packet-processing action failure ip-header-transform [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
icmp-translationFailure in ICMP header translation
ipv6-to-ipv4-mappingFailure mapping IPv6 to IPv4 address
l4-translationFailure in L4 header translation

show stats packet-processing action failure ip-header-transform icmp-translation#

Failure in ICMP header translation

Usage#

show stats packet-processing action failure ip-header-transform icmp-translation [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure ip-header-transform ipv6-to-ipv4-mapping#

Failure mapping IPv6 to IPv4 address

Usage#

show stats packet-processing action failure ip-header-transform ipv6-to-ipv4-mapping [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure ip-header-transform l4-translation#

Failure in L4 header translation

Usage#

show stats packet-processing action failure ip-header-transform l4-translation [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure keep-alive#

Statistics for 'keep-alive'

Usage#

show stats packet-processing action failure keep-alive [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
buffer-allocationThe number of times keep-alive packet was not sent due to a lack of buffers

show stats packet-processing action failure keep-alive buffer-allocation#

The number of times keep-alive packet was not sent due to a lack of buffers

Usage#

show stats packet-processing action failure keep-alive buffer-allocation [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure metadata#

Statistics for 'metadata'

Usage#

show stats packet-processing action failure metadata [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
addThe number of packets dropped because metadata add operation failed
cached-attributes-not-foundThe number of metadata propagate add failures due to missing cached attributes
enable-metadata-flow-missThe number of times enable-metadata packet was not processed due to missing reverse flow
get-lengthThe number of packets dropped because the metadata length could not be determined
invalid-typeThe number of packets dropped because of invalid metadata type
invalidate-for-enable-metadataThe number of times a flow that couldn't be invalidated from the enable-metadata packets
not-presentThe number of packets dropped because the metadata was not present when required
received-unknown-forced-drop-reasonThe number of packets dropped with unknown forced-drop reason
reverse-buffer-allocationThe number of times reverse metadata packet was not sent due to a lack of buffers
turn-off-buffer-allocationThe number of times metadata-turnoff packet was not sent due to a lack of buffers

show stats packet-processing action failure metadata add#

The number of packets dropped because metadata add operation failed

Usage#

show stats packet-processing action failure metadata add [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure metadata cached-attributes-not-found#

The number of metadata propagate add failures due to missing cached attributes

Usage#

show stats packet-processing action failure metadata cached-attributes-not-found [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure metadata enable-metadata-flow-miss#

The number of times enable-metadata packet was not processed due to missing reverse flow

Usage#

show stats packet-processing action failure metadata enable-metadata-flow-miss [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure metadata get-length#

The number of packets dropped because the metadata length could not be determined

Usage#

show stats packet-processing action failure metadata get-length [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure metadata invalid-type#

The number of packets dropped because of invalid metadata type

Usage#

show stats packet-processing action failure metadata invalid-type [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure metadata invalidate-for-enable-metadata#

The number of times a flow that couldn't be invalidated from the enable-metadata packets

Usage#

show stats packet-processing action failure metadata invalidate-for-enable-metadata [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure metadata not-present#

The number of packets dropped because the metadata was not present when required

Usage#

show stats packet-processing action failure metadata not-present [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure metadata received-unknown-forced-drop-reason#

The number of packets dropped with unknown forced-drop reason

Usage#

show stats packet-processing action failure metadata received-unknown-forced-drop-reason [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure metadata reverse-buffer-allocation#

The number of times reverse metadata packet was not sent due to a lack of buffers

Usage#

show stats packet-processing action failure metadata reverse-buffer-allocation [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure metadata turn-off-buffer-allocation#

The number of times metadata-turnoff packet was not sent due to a lack of buffers

Usage#

show stats packet-processing action failure metadata turn-off-buffer-allocation [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure multiplexor#

Statistics for 'multiplexor'

Usage#

show stats packet-processing action failure multiplexor [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
untag-discardsThe number of packets discarded

show stats packet-processing action failure multiplexor untag-discards#

The number of packets discarded

Usage#

show stats packet-processing action failure multiplexor untag-discards [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure padding#

Statistics for 'padding'

Usage#

show stats packet-processing action failure padding [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
invalid-packet-lengthThe number of packets dropped due to invalid packet length

show stats packet-processing action failure padding invalid-packet-length#

The number of packets dropped due to invalid packet length

Usage#

show stats packet-processing action failure padding invalid-packet-length [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure path-metrics#

Statistics for 'path-metrics'

Usage#

show stats packet-processing action failure path-metrics [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
sent-correlated-dataThe number of failed attempts to send correlated data to host
sent-unidirectional-replyThe number of failed attempts to send unidirectional reply packets

show stats packet-processing action failure path-metrics sent-correlated-data#

The number of failed attempts to send correlated data to host

Usage#

show stats packet-processing action failure path-metrics sent-correlated-data [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure path-metrics sent-unidirectional-reply#

The number of failed attempts to send unidirectional reply packets

Usage#

show stats packet-processing action failure path-metrics sent-unidirectional-reply [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure rate-limit-check#

Statistics for 'rate-limit-check'

Usage#

show stats packet-processing action failure rate-limit-check [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
flow-rate-exceededThe number of packets dropped by the flow rate limiter
shared-rate-exceededThe number of packets dropped by the shared rate limiter

show stats packet-processing action failure rate-limit-check flow-rate-exceeded#

The number of packets dropped by the flow rate limiter

Usage#

show stats packet-processing action failure rate-limit-check flow-rate-exceeded [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure rate-limit-check shared-rate-exceeded#

The number of packets dropped by the shared rate limiter

Usage#

show stats packet-processing action failure rate-limit-check shared-rate-exceeded [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure retransmission-handler#

Statistics for 'retransmission-handler'

Usage#

show stats packet-processing action failure retransmission-handler [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
buffer-allocationThe number of times a packet was not retransmitted due to a lack of buffers
capacity-exceededThe number of packets not cached because the system's capacity was exceeded
deleted-flow-discardsThe number of packets discarded due to flow being invalidated
invalid-acknowledgement-attributeThe number of packets dropped due to invalid acknowledgement attribute
invalid-packet-lengthThe number of packets dropped due to invalid packet length
reclassifyThe number of packets dropped out of the cache due to inability to reclassify them
timeout-discardsThe number of packets not acknowledged before the timeout and discarded from the cache

show stats packet-processing action failure retransmission-handler buffer-allocation#

The number of times a packet was not retransmitted due to a lack of buffers

Usage#

show stats packet-processing action failure retransmission-handler buffer-allocation [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure retransmission-handler capacity-exceeded#

The number of packets not cached because the system's capacity was exceeded

Usage#

show stats packet-processing action failure retransmission-handler capacity-exceeded [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure retransmission-handler deleted-flow-discards#

The number of packets discarded due to flow being invalidated

Usage#

show stats packet-processing action failure retransmission-handler deleted-flow-discards [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure retransmission-handler invalid-acknowledgement-attribute#

The number of packets dropped due to invalid acknowledgement attribute

Usage#

show stats packet-processing action failure retransmission-handler invalid-acknowledgement-attribute [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure retransmission-handler invalid-packet-length#

The number of packets dropped due to invalid packet length

Usage#

show stats packet-processing action failure retransmission-handler invalid-packet-length [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure retransmission-handler reclassify#

The number of packets dropped out of the cache due to inability to reclassify them

Usage#

show stats packet-processing action failure retransmission-handler reclassify [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure retransmission-handler timeout-discards#

The number of packets not acknowledged before the timeout and discarded from the cache

Usage#

show stats packet-processing action failure retransmission-handler timeout-discards [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure tcp-proxy#

Statistics for 'tcp-proxy'

Usage#

show stats packet-processing action failure tcp-proxy [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
buffer-allocationThe number of times a packet was not proxied due to a lack of buffers
inbound-discardsThe number of packets discarded on receipt for being outside of the receive window
sessions-timed-outThe number of sessions closed due to the data timing out

show stats packet-processing action failure tcp-proxy buffer-allocation#

The number of times a packet was not proxied due to a lack of buffers

Usage#

show stats packet-processing action failure tcp-proxy buffer-allocation [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure tcp-proxy inbound-discards#

The number of packets discarded on receipt for being outside of the receive window

Usage#

show stats packet-processing action failure tcp-proxy inbound-discards [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure tcp-proxy sessions-timed-out#

The number of sessions closed due to the data timing out

Usage#

show stats packet-processing action failure tcp-proxy sessions-timed-out [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure tcp-state#

Statistics for 'tcp-state'

Usage#

show stats packet-processing action failure tcp-state [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
illegal-flag-combinationThe number of packets dropped because they had an invalid flag combination
invalid-state-transitionThe number of packets dropped by the TCP State Machine

show stats packet-processing action failure tcp-state illegal-flag-combination#

The number of packets dropped because they had an invalid flag combination

Usage#

show stats packet-processing action failure tcp-state illegal-flag-combination [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure tcp-state invalid-state-transition#

The number of packets dropped by the TCP State Machine

Usage#

show stats packet-processing action failure tcp-state invalid-state-transition [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure ttl-validate#

The number of packets dropped due to expired TTL

Usage#

show stats packet-processing action failure ttl-validate [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure tunnel#

Statistics for 'tunnel'

Usage#

show stats packet-processing action failure tunnel [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
greStatistics for 'gre'
invalid-entryPackets failed to be encapsulated into the tunnel because the tunnel entry was invalid

show stats packet-processing action failure tunnel gre#

Statistics for 'gre'

Usage#

show stats packet-processing action failure tunnel gre [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
decapsulatePackets failed to be decapsulated from a GRE tunnel

show stats packet-processing action failure tunnel gre decapsulate#

Packets failed to be decapsulated from a GRE tunnel

Usage#

show stats packet-processing action failure tunnel gre decapsulate [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure tunnel invalid-entry#

Packets failed to be encapsulated into the tunnel because the tunnel entry was invalid

Usage#

show stats packet-processing action failure tunnel invalid-entry [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure udp-transform#

Statistics for 'udp-transform'

Usage#

show stats packet-processing action failure udp-transform [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
layer2-decapsulatedNumber of Layer 2 packets that failed to be decapsulated
layer2-encapsulatedNumber of Layer 2 packets that failed to be encapsulated

show stats packet-processing action failure udp-transform layer2-decapsulated#

Number of Layer 2 packets that failed to be decapsulated

Usage#

show stats packet-processing action failure udp-transform layer2-decapsulated [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action failure udp-transform layer2-encapsulated#

Number of Layer 2 packets that failed to be encapsulated

Usage#

show stats packet-processing action failure udp-transform layer2-encapsulated [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success#

Stats pertaining to successful packet transformation action processing

Usage#

show stats packet-processing action success [core <core>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
aesStatistics for 'aes'
bfdStatistics for 'bfd'
detourThe number of packets successfully processed for detour
dpiStatistics for 'dpi'
dropThe number of packets processed by installed drop actions
duplicate-detectorStatistics for 'duplicate-detector'
ethernet-header-transformThe number of packets successfully encapsulated
flow-moveStatistics for 'flow-move'
forwardStatistics for 'forward'
hmacStatistics for 'hmac'
ip-header-transformThe number of packets successfully transformed
keep-aliveStatistics for 'keep-alive'
metadataStatistics for 'metadata'
multiplexorStatistics for 'multiplexor'
paddingStatistics for 'padding'
path-metricsStatistics for 'path-metrics'
rate-limit-checkThe number of packets admitted by the rate limiter
retransmission-handlerStatistics for 'retransmission-handler'
tcp-proxyStatistics for 'tcp-proxy'
tcp-stateNumber of packets validated by the TCP state machine
ttl-validateThe number of packets with valid TTL
tunnelStatistics for 'tunnel'
udp-transformStatistics for 'udp-transform'

show stats packet-processing action success aes#

Statistics for 'aes'

Usage#

show stats packet-processing action success aes [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
metadata-decryptionThe number of packets with metadata successfully decrypted
metadata-encryptionThe number of packets with metadata successfully encrypted
metadata-false-positive-detectedSuccessfully ignored false positive detections of metadata in the packet
no-metadataThe number of packets requiring no AES processing do to not having metadata
no-payloadThe number of packets requiring no AES processing due to not having a payload
payload-decryptionThe number of packets with payload successfully decrypted
payload-encryptionThe number of packets with payload successfully encrypted

show stats packet-processing action success aes metadata-decryption#

The number of packets with metadata successfully decrypted

Usage#

show stats packet-processing action success aes metadata-decryption [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success aes metadata-encryption#

The number of packets with metadata successfully encrypted

Usage#

show stats packet-processing action success aes metadata-encryption [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success aes metadata-false-positive-detected#

Successfully ignored false positive detections of metadata in the packet

Usage#

show stats packet-processing action success aes metadata-false-positive-detected [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success aes no-metadata#

The number of packets requiring no AES processing do to not having metadata

Usage#

show stats packet-processing action success aes no-metadata [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success aes no-payload#

The number of packets requiring no AES processing due to not having a payload

Usage#

show stats packet-processing action success aes no-payload [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success aes payload-decryption#

The number of packets with payload successfully decrypted

Usage#

show stats packet-processing action success aes payload-decryption [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success aes payload-encryption#

The number of packets with payload successfully encrypted

Usage#

show stats packet-processing action success aes payload-encryption [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success bfd#

Statistics for 'bfd'

Usage#

show stats packet-processing action success bfd [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
async-discardedAsync packet discarded after fastlane processing
async-processedAsync packet processed successfully
echo-request-processedEcho request packet processed successfully
echo-response-processedEcho response packet processed successfully
mtu-discovery-requestsMTU Discovery packet received
remote-session-requestedThe number of session requests received on the BFD flow
See Also#
commanddescription
show stats bfdStats pertaining to BFD
show stats packet-processing action failure bfdStatistics for 'bfd'

show stats packet-processing action success bfd async-discarded#

Async packet discarded after fastlane processing

Usage#

show stats packet-processing action success bfd async-discarded [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats bfdStats pertaining to BFD
show stats packet-processing action failure bfdStatistics for 'bfd'

show stats packet-processing action success bfd async-processed#

Async packet processed successfully

Usage#

show stats packet-processing action success bfd async-processed [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats bfdStats pertaining to BFD
show stats packet-processing action failure bfdStatistics for 'bfd'

show stats packet-processing action success bfd echo-request-processed#

Echo request packet processed successfully

Usage#

show stats packet-processing action success bfd echo-request-processed [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats bfdStats pertaining to BFD
show stats packet-processing action failure bfdStatistics for 'bfd'

show stats packet-processing action success bfd echo-response-processed#

Echo response packet processed successfully

Usage#

show stats packet-processing action success bfd echo-response-processed [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats bfdStats pertaining to BFD
show stats packet-processing action failure bfdStatistics for 'bfd'

show stats packet-processing action success bfd mtu-discovery-requests#

MTU Discovery packet received

Usage#

show stats packet-processing action success bfd mtu-discovery-requests [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats bfdStats pertaining to BFD
show stats packet-processing action failure bfdStatistics for 'bfd'

show stats packet-processing action success bfd remote-session-requested#

The number of session requests received on the BFD flow

Usage#

show stats packet-processing action success bfd remote-session-requested [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats bfdStats pertaining to BFD
show stats packet-processing action failure bfdStatistics for 'bfd'

show stats packet-processing action success detour#

The number of packets successfully processed for detour

Usage#

show stats packet-processing action success detour [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success dpi#

Statistics for 'dpi'

Usage#

show stats packet-processing action success dpi [core <core>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
diverted-for-encryptionThe number of packets diverted for adaptive encryption
ftpStatistics for 'ftp'
httpStatistics for 'http'
tlsStatistics for 'tls'
unencryptedThe number of sessions detected as needing encryption

show stats packet-processing action success dpi diverted-for-encryption#

The number of packets diverted for adaptive encryption

Usage#

show stats packet-processing action success dpi diverted-for-encryption [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success dpi ftp#

Statistics for 'ftp'

Usage#

show stats packet-processing action success dpi ftp [core <core>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
data-port-detectedThe number of FTP control packets detected to have the data port for FTP pinholing
pinhole-closedThe number of FTP pinholes closed after being used
pinhole-hitThe number of FTP data packets matching an FTP pinhole
pinhole-openedThe number of FTP pinholes opened

show stats packet-processing action success dpi ftp data-port-detected#

The number of FTP control packets detected to have the data port for FTP pinholing

Usage#

show stats packet-processing action success dpi ftp data-port-detected [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success dpi ftp pinhole-closed#

The number of FTP pinholes closed after being used

Usage#

show stats packet-processing action success dpi ftp pinhole-closed [core <core>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success dpi ftp pinhole-hit#

The number of FTP data packets matching an FTP pinhole

Usage#

show stats packet-processing action success dpi ftp pinhole-hit [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success dpi ftp pinhole-opened#

The number of FTP pinholes opened

Usage#

show stats packet-processing action success dpi ftp pinhole-opened [core <core>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success dpi http#

Statistics for 'http'

Usage#

show stats packet-processing action success dpi http [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
copied-for-domain-learningThe number of packets copied for DPI for application identification
diverted-for-domain-reclassificationThe number of packets detoured for potential reclassification based on application identification

show stats packet-processing action success dpi http copied-for-domain-learning#

The number of packets copied for DPI for application identification

Usage#

show stats packet-processing action success dpi http copied-for-domain-learning [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success dpi http diverted-for-domain-reclassification#

The number of packets detoured for potential reclassification based on application identification

Usage#

show stats packet-processing action success dpi http diverted-for-domain-reclassification [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success dpi tls#

Statistics for 'tls'

Usage#

show stats packet-processing action success dpi tls [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
client-helloThe number of TLS Client Hello packets that have been seen
copied-for-domain-learningThe number of packets copied for DPI for application identification
diverted-for-domain-reclassificationThe number of packets detoured for potential reclassification based on application identification
server-certificateThe number of TLS Server Certificate packets that have been seen

show stats packet-processing action success dpi tls client-hello#

The number of TLS Client Hello packets that have been seen

Usage#

show stats packet-processing action success dpi tls client-hello [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success dpi tls copied-for-domain-learning#

The number of packets copied for DPI for application identification

Usage#

show stats packet-processing action success dpi tls copied-for-domain-learning [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success dpi tls diverted-for-domain-reclassification#

The number of packets detoured for potential reclassification based on application identification

Usage#

show stats packet-processing action success dpi tls diverted-for-domain-reclassification [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success dpi tls server-certificate#

The number of TLS Server Certificate packets that have been seen

Usage#

show stats packet-processing action success dpi tls server-certificate [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success dpi unencrypted#

The number of sessions detected as needing encryption

Usage#

show stats packet-processing action success dpi unencrypted [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success drop#

The number of packets processed by installed drop actions

Usage#

show stats packet-processing action success drop [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success duplicate-detector#

Statistics for 'duplicate-detector'

Usage#

show stats packet-processing action success duplicate-detector [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
allowThe number of packets allowed with non-duplicate sequence numbers
denyThe number of packets denied due to duplicate or out of range sequence numbers

show stats packet-processing action success duplicate-detector allow#

The number of packets allowed with non-duplicate sequence numbers

Usage#

show stats packet-processing action success duplicate-detector allow [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success duplicate-detector deny#

The number of packets denied due to duplicate or out of range sequence numbers

Usage#

show stats packet-processing action success duplicate-detector deny [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success ethernet-header-transform#

The number of packets successfully encapsulated

Usage#

show stats packet-processing action success ethernet-header-transform [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success flow-move#

Statistics for 'flow-move'

Usage#

show stats packet-processing action success flow-move [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
detectedThe number of flows moved
packets-enqueuedThe number of packets enqueued as a result of a flow move

show stats packet-processing action success flow-move detected#

The number of flows moved

Usage#

show stats packet-processing action success flow-move detected [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success flow-move packets-enqueued#

The number of packets enqueued as a result of a flow move

Usage#

show stats packet-processing action success flow-move packets-enqueued [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success forward#

Statistics for 'forward'

Usage#

show stats packet-processing action success forward [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
to-wireThe number of packets successfully forwarded

show stats packet-processing action success forward to-wire#

The number of packets successfully forwarded

Usage#

show stats packet-processing action success forward to-wire [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success hmac#

Statistics for 'hmac'

Usage#

show stats packet-processing action success hmac [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
append-no-payloadNo Payload present for HMAC digest calculation
digest-addedHMAC digest successfully added
digest-removedHMAC digest successfully removed
not-requiredHMAC digest not required
validate-no-payloadHMAC digest not present on this packet

show stats packet-processing action success hmac append-no-payload#

No Payload present for HMAC digest calculation

Usage#

show stats packet-processing action success hmac append-no-payload [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success hmac digest-added#

HMAC digest successfully added

Usage#

show stats packet-processing action success hmac digest-added [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success hmac digest-removed#

HMAC digest successfully removed

Usage#

show stats packet-processing action success hmac digest-removed [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success hmac not-required#

HMAC digest not required

Usage#

show stats packet-processing action success hmac not-required [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success hmac validate-no-payload#

HMAC digest not present on this packet

Usage#

show stats packet-processing action success hmac validate-no-payload [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success ip-header-transform#

The number of packets successfully transformed

Usage#

show stats packet-processing action success ip-header-transform [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success keep-alive#

Statistics for 'keep-alive'

Usage#

show stats packet-processing action success keep-alive [core <core>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
sent-tcpThe number of TCP NAT keep-alive packets sent
sent-udpThe number of UDP NAT keep-alive packets sent
sessions-closedThe number of sessions closed for NAT keep-alive
sessions-openedThe number of sessions opened for NAT keep-alive

show stats packet-processing action success keep-alive sent-tcp#

The number of TCP NAT keep-alive packets sent

Usage#

show stats packet-processing action success keep-alive sent-tcp [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success keep-alive sent-udp#

The number of UDP NAT keep-alive packets sent

Usage#

show stats packet-processing action success keep-alive sent-udp [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success keep-alive sessions-closed#

The number of sessions closed for NAT keep-alive

Usage#

show stats packet-processing action success keep-alive sessions-closed [core <core>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success keep-alive sessions-opened#

The number of sessions opened for NAT keep-alive

Usage#

show stats packet-processing action success keep-alive sessions-opened [core <core>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success metadata#

Statistics for 'metadata'

Usage#

show stats packet-processing action success metadata [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
add-false-positive-correctionMetadata length added to correct for payload and cookie collisions
add-not-requiredAdding of metadata is not required
addedMetadata successfully added
inline-modifyStatistics for 'inline-modify'
invalidate-for-enable-metadataNumber of times flow was invalidated due to Enable Metadata packets received
propagate-not-requiredPropagation of metadata is not required
received-disable-forward-metadataNumber of packets purposefully dropped after disabling forward metadata
received-enable-metadataNumber of Enable Metadata packets received and purposefully dropped
received-keep-aliveNumber of keep-alive packets received and purposefully dropped
remove-false-positive-correctionMetadata length removed after false positive detection
remove-not-requiredRemoving of metadata is not required
removedMetadata successfully removed
right-lane-sentReverse metadata packets that were succcessfully sent to right lane
sent-disable-forward-metadataNumber of packets generated indicating to disable forward metadata
updatedReverse metadata in packet updated successfully

show stats packet-processing action success metadata add-false-positive-correction#

Metadata length added to correct for payload and cookie collisions

Usage#

show stats packet-processing action success metadata add-false-positive-correction [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success metadata add-not-required#

Adding of metadata is not required

Usage#

show stats packet-processing action success metadata add-not-required [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success metadata added#

Metadata successfully added

Usage#

show stats packet-processing action success metadata added [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success metadata inline-modify#

Statistics for 'inline-modify'

Usage#

show stats packet-processing action success metadata inline-modify [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
detectedNumber of times session modify was detected in forward metadata
request-sentNumber of times session modify was requested through metadata
response-sentNumber of times session modify was acknowledged with reverse metadata

show stats packet-processing action success metadata inline-modify detected#

Number of times session modify was detected in forward metadata

Usage#

show stats packet-processing action success metadata inline-modify detected [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success metadata inline-modify request-sent#

Number of times session modify was requested through metadata

Usage#

show stats packet-processing action success metadata inline-modify request-sent [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success metadata inline-modify response-sent#

Number of times session modify was acknowledged with reverse metadata

Usage#

show stats packet-processing action success metadata inline-modify response-sent [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success metadata invalidate-for-enable-metadata#

Number of times flow was invalidated due to Enable Metadata packets received

Usage#

show stats packet-processing action success metadata invalidate-for-enable-metadata [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success metadata propagate-not-required#

Propagation of metadata is not required

Usage#

show stats packet-processing action success metadata propagate-not-required [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success metadata received-disable-forward-metadata#

Number of packets purposefully dropped after disabling forward metadata

Usage#

show stats packet-processing action success metadata received-disable-forward-metadata [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success metadata received-enable-metadata#

Number of Enable Metadata packets received and purposefully dropped

Usage#

show stats packet-processing action success metadata received-enable-metadata [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success metadata received-keep-alive#

Number of keep-alive packets received and purposefully dropped

Usage#

show stats packet-processing action success metadata received-keep-alive [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success metadata remove-false-positive-correction#

Metadata length removed after false positive detection

Usage#

show stats packet-processing action success metadata remove-false-positive-correction [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success metadata remove-not-required#

Removing of metadata is not required

Usage#

show stats packet-processing action success metadata remove-not-required [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success metadata removed#

Metadata successfully removed

Usage#

show stats packet-processing action success metadata removed [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success metadata right-lane-sent#

Reverse metadata packets that were succcessfully sent to right lane

Usage#

show stats packet-processing action success metadata right-lane-sent [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success metadata sent-disable-forward-metadata#

Number of packets generated indicating to disable forward metadata

Usage#

show stats packet-processing action success metadata sent-disable-forward-metadata [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success metadata updated#

Reverse metadata in packet updated successfully

Usage#

show stats packet-processing action success metadata updated [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success multiplexor#

Statistics for 'multiplexor'

Usage#

show stats packet-processing action success multiplexor [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
taggedThe number of packets successfully tagged with directionality
untaggedThe number of packets successfully untagged

show stats packet-processing action success multiplexor tagged#

The number of packets successfully tagged with directionality

Usage#

show stats packet-processing action success multiplexor tagged [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success multiplexor untagged#

The number of packets successfully untagged

Usage#

show stats packet-processing action success multiplexor untagged [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success padding#

Statistics for 'padding'

Usage#

show stats packet-processing action success padding [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
addedThe number of packets which had post-encrypt padding added
removedThe number of packets which had post-encrypt padding removed

show stats packet-processing action success padding added#

The number of packets which had post-encrypt padding added

Usage#

show stats packet-processing action success padding added [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success padding removed#

The number of packets which had post-encrypt padding removed

Usage#

show stats packet-processing action success padding removed [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success path-metrics#

Statistics for 'path-metrics'

Usage#

show stats packet-processing action success path-metrics [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
add-not-requiredAdding of path metrics is not required
remove-droppedPackets purposefully dropped during path metrics removal
remove-not-presentPath metrics not present during remove
removedPath metrics successfully removed
sent-correlated-dataThe number times correlated data is sent to host
sent-unidirectional-replyPackets generated on paths that are not actively forwarding traffic which should be dropped on receipt
with-metadata-addedPath metrics successfully added to packets which had metadata
without-metadata-addedPath metrics successfully added to packets which didn't have metadata

show stats packet-processing action success path-metrics add-not-required#

Adding of path metrics is not required

Usage#

show stats packet-processing action success path-metrics add-not-required [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success path-metrics remove-dropped#

Packets purposefully dropped during path metrics removal

Usage#

show stats packet-processing action success path-metrics remove-dropped [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success path-metrics remove-not-present#

Path metrics not present during remove

Usage#

show stats packet-processing action success path-metrics remove-not-present [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success path-metrics removed#

Path metrics successfully removed

Usage#

show stats packet-processing action success path-metrics removed [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success path-metrics sent-correlated-data#

The number times correlated data is sent to host

Usage#

show stats packet-processing action success path-metrics sent-correlated-data [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success path-metrics sent-unidirectional-reply#

Packets generated on paths that are not actively forwarding traffic which should be dropped on receipt

Usage#

show stats packet-processing action success path-metrics sent-unidirectional-reply [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success path-metrics with-metadata-added#

Path metrics successfully added to packets which had metadata

Usage#

show stats packet-processing action success path-metrics with-metadata-added [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success path-metrics without-metadata-added#

Path metrics successfully added to packets which didn't have metadata

Usage#

show stats packet-processing action success path-metrics without-metadata-added [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success rate-limit-check#

The number of packets admitted by the rate limiter

Usage#

show stats packet-processing action success rate-limit-check [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success retransmission-handler#

Statistics for 'retransmission-handler'

Usage#

show stats packet-processing action success retransmission-handler [core <core>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
acceptedThe number of packets accepted with non-duplicate sequence numbers
acknowledgedThe number of packets acknowledged and removed from cache
acknowledgement-receivedThe number of acknowledgements received
acknowledgement-sentThe number of acknowledgements sent
bypassedThe number of packets which bypassed packet retransmission because the protocol is already reliable
cachedThe number of packets cached for retransmission
duplicate-discardsThe number of packets discarded due to duplicate or out of range sequence numbers
outstanding-retransmission-packetsThe number of outstanding retransmission packets
retransmissions-sentThe number of packets retransmitted
sessions-closedThe number of sessions closed for retransmissions
sessions-openedThe number of sessions opened for retransmissions

show stats packet-processing action success retransmission-handler accepted#

The number of packets accepted with non-duplicate sequence numbers

Usage#

show stats packet-processing action success retransmission-handler accepted [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success retransmission-handler acknowledged#

The number of packets acknowledged and removed from cache

Usage#

show stats packet-processing action success retransmission-handler acknowledged [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success retransmission-handler acknowledgement-received#

The number of acknowledgements received

Usage#

show stats packet-processing action success retransmission-handler acknowledgement-received [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success retransmission-handler acknowledgement-sent#

The number of acknowledgements sent

Usage#

show stats packet-processing action success retransmission-handler acknowledgement-sent [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success retransmission-handler bypassed#

The number of packets which bypassed packet retransmission because the protocol is already reliable

Usage#

show stats packet-processing action success retransmission-handler bypassed [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success retransmission-handler cached#

The number of packets cached for retransmission

Usage#

show stats packet-processing action success retransmission-handler cached [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success retransmission-handler duplicate-discards#

The number of packets discarded due to duplicate or out of range sequence numbers

Usage#

show stats packet-processing action success retransmission-handler duplicate-discards [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success retransmission-handler outstanding-retransmission-packets#

The number of outstanding retransmission packets

Usage#

show stats packet-processing action success retransmission-handler outstanding-retransmission-packets [core <core>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success retransmission-handler retransmissions-sent#

The number of packets retransmitted

Usage#

show stats packet-processing action success retransmission-handler retransmissions-sent [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success retransmission-handler sessions-closed#

The number of sessions closed for retransmissions

Usage#

show stats packet-processing action success retransmission-handler sessions-closed [core <core>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success retransmission-handler sessions-opened#

The number of sessions opened for retransmissions

Usage#

show stats packet-processing action success retransmission-handler sessions-opened [core <core>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success tcp-proxy#

Statistics for 'tcp-proxy'

Usage#

show stats packet-processing action success tcp-proxy [core <core>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
acknowledgement-receivedThe number of acknowledgements received
acknowledgement-sentThe number of acknowledgements sent on behalf of the end host
data-packets-transmittedThe number of data packets transmitted
data-transmittedThe number of data transmitted in bytes
outstanding-proxy-packetsThe number of outstanding proxy packets
retransmissions-sentThe number of packets retransmitted
retransmitted-data-sentThe amount of retransmitted data sent in bytes
sessions-closedThe number of sessions closed for session optimization
sessions-openedThe number of sessions opened for session optimization
sessions-resetThe number of sessions closed due to receiving a reset

show stats packet-processing action success tcp-proxy acknowledgement-received#

The number of acknowledgements received

Usage#

show stats packet-processing action success tcp-proxy acknowledgement-received [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success tcp-proxy acknowledgement-sent#

The number of acknowledgements sent on behalf of the end host

Usage#

show stats packet-processing action success tcp-proxy acknowledgement-sent [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success tcp-proxy data-packets-transmitted#

The number of data packets transmitted

Usage#

show stats packet-processing action success tcp-proxy data-packets-transmitted [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success tcp-proxy data-transmitted#

The number of data transmitted in bytes

Usage#

show stats packet-processing action success tcp-proxy data-transmitted [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success tcp-proxy outstanding-proxy-packets#

The number of outstanding proxy packets

Usage#

show stats packet-processing action success tcp-proxy outstanding-proxy-packets [core <core>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success tcp-proxy retransmissions-sent#

The number of packets retransmitted

Usage#

show stats packet-processing action success tcp-proxy retransmissions-sent [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success tcp-proxy retransmitted-data-sent#

The amount of retransmitted data sent in bytes

Usage#

show stats packet-processing action success tcp-proxy retransmitted-data-sent [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success tcp-proxy sessions-closed#

The number of sessions closed for session optimization

Usage#

show stats packet-processing action success tcp-proxy sessions-closed [core <core>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success tcp-proxy sessions-opened#

The number of sessions opened for session optimization

Usage#

show stats packet-processing action success tcp-proxy sessions-opened [core <core>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success tcp-proxy sessions-reset#

The number of sessions closed due to receiving a reset

Usage#

show stats packet-processing action success tcp-proxy sessions-reset [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success tcp-state#

Number of packets validated by the TCP state machine

Usage#

show stats packet-processing action success tcp-state [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success ttl-validate#

The number of packets with valid TTL

Usage#

show stats packet-processing action success ttl-validate [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success tunnel#

Statistics for 'tunnel'

Usage#

show stats packet-processing action success tunnel [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
greStatistics for 'gre'

show stats packet-processing action success tunnel gre#

Statistics for 'gre'

Usage#

show stats packet-processing action success tunnel gre [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
decapsulatePackets successfully decapsulated from a GRE tunnel
encapsulatePackets successfully encapsulated into a GRE tunnel

show stats packet-processing action success tunnel gre decapsulate#

Packets successfully decapsulated from a GRE tunnel

Usage#

show stats packet-processing action success tunnel gre decapsulate [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success tunnel gre encapsulate#

Packets successfully encapsulated into a GRE tunnel

Usage#

show stats packet-processing action success tunnel gre encapsulate [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success udp-transform#

Statistics for 'udp-transform'

Usage#

show stats packet-processing action success udp-transform [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
decapsulatedNumber of fabric encapsulated packets successfully decapsulated to original protocol
encapsulatedNumber of IP packets successfully transformed to UDP
icmp-payload-decapsulatedNumber of ICMP packets with fabric encapsulated payload successfully decapsulated to original protocol
icmp-payload-encapsulatedNumber of ICMP packets with payload successfully transformed to UDP
icmp-payload-tcp-decodedNumber of ICMP packets with fabric encoded payload successfully decoded to TCP
icmp-payload-tcp-encodedNumber of ICMP packets with TCP payload successfully transformed to UDP payload
layer2-decapsulatedNumber of Layer 2 fabric encapsulated packets successfully decapsulated
layer2-encapsulatedNumber of Layer 2 packets successfully transformed to IP/UDP
tcp-decodedNumber of fabric encoded packets successfully decoded to TCP
tcp-encodedNumber of TCP packets successfully transformed to UDP

show stats packet-processing action success udp-transform decapsulated#

Number of fabric encapsulated packets successfully decapsulated to original protocol

Usage#

show stats packet-processing action success udp-transform decapsulated [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success udp-transform encapsulated#

Number of IP packets successfully transformed to UDP

Usage#

show stats packet-processing action success udp-transform encapsulated [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success udp-transform icmp-payload-decapsulated#

Number of ICMP packets with fabric encapsulated payload successfully decapsulated to original protocol

Usage#

show stats packet-processing action success udp-transform icmp-payload-decapsulated [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success udp-transform icmp-payload-encapsulated#

Number of ICMP packets with payload successfully transformed to UDP

Usage#

show stats packet-processing action success udp-transform icmp-payload-encapsulated [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success udp-transform icmp-payload-tcp-decoded#

Number of ICMP packets with fabric encoded payload successfully decoded to TCP

Usage#

show stats packet-processing action success udp-transform icmp-payload-tcp-decoded [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success udp-transform icmp-payload-tcp-encoded#

Number of ICMP packets with TCP payload successfully transformed to UDP payload

Usage#

show stats packet-processing action success udp-transform icmp-payload-tcp-encoded [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success udp-transform layer2-decapsulated#

Number of Layer 2 fabric encapsulated packets successfully decapsulated

Usage#

show stats packet-processing action success udp-transform layer2-decapsulated [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success udp-transform layer2-encapsulated#

Number of Layer 2 packets successfully transformed to IP/UDP

Usage#

show stats packet-processing action success udp-transform layer2-encapsulated [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success udp-transform tcp-decoded#

Number of fabric encoded packets successfully decoded to TCP

Usage#

show stats packet-processing action success udp-transform tcp-decoded [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing action success udp-transform tcp-encoded#

Number of TCP packets successfully transformed to UDP

Usage#

show stats packet-processing action success udp-transform tcp-encoded [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier#

Stats pertaining to the classification of packets

Usage#

show stats packet-processing classifier [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
receivedStats pertaining to packets received
sentStats pertaining to the classification of packets sent

show stats packet-processing classifier received#

Stats pertaining to packets received

Usage#

show stats packet-processing classifier received [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
arpThe number of packets received and classified as ARP
broadcastThe number of broadcast packets received
broadcast-mac-allowedThe number of packets with broadcast destination mac allowed
broadcast-mac-discardsThe number of packets with broadcast destination mac discards
dhcpThe number of packets received and classified as DHCP
dhcpv6The number of packets received and classified as DHCPv6
discardsThe number of packets dropped due to a failure to classify the packet
exceptionThe number of exceptions caught while classifying packets
fragmented-icmp-discardsThe number of fragmented ICMP packets discarded
fragmented-icmpv6-discardsThe number of fragmented ICMPv6 packets discarded
greThe number of packets received and classified as GRE
icmpThe number of packets received and classified as ICMP
icmp-ttl-discardsThe number of ICMP packets dropped due to TTL expiration
icmp-unknown-type-discardsThe number of ICMP packets with unknown type discarded
icmpv6The number of packets received and classified as ICMPv6
icmpv6-hop-limit-discardsThe number of ICMPv6 packets dropped due to hop-limiting
icmpv6-link-local-discardsThe number of discarded link-local ICMPv6 packets
icmpv6-unknown-type-discardsThe number of ICMPv6 packets with unknown type discarded
igmpStats pertaining to IGMP processing
invalid-header-lengthThe number of packets received with an invalid header length
invalid-ipv6The number of invalid IPv6 packets received
invalid-lengthThe number of packets received with an invalid length
ipv4The number of packets received and classified as IPv4
ipv4-fabric-fragmentedThe number of packets received and classified as IPv4 fabric fragments
ipv4-fragmentedThe number of packets received and classified as IPv4 fragments
ipv6The number of packets received and classified as IPv6
ipv6-fabric-fragmentedThe number of packets received and classified as IPv6 fabric fragments
ipv6-fragmentedThe number of packets received and classified as IPv6 fragments
is-isThe number of packets received and classified as IS-IS
lacpThe number of packets received and classified as LACP
lldpThe number of Link Layer Discovery Protocol (LLDP) packets received
lldp-discardsThe number of Link Layer Discovery Protocol (LLDP) packets discarded
lldp-divertedThe number of Link Layer Discovery Protocol (LLDP) packets diverted
multicastThe number of multicast packets received
ndpThe number of packets received and classified as NDP
non-ip-protocol-allowedThe number of non-IP packets allowed
ospfThe number of packets received and classified as OSPF
other-layer-4-protocolThe number of packets received that did not fall into one of the other counted transport-layer types
q-in-qThe number of packets received and classified as Q-in-Q
router-advertisementThe number of packets received and classified as Router Advertisement
sctpThe number of packets received and classified as SCTP
spanning-tree-discardsThe number of spanning tree packets discarded
tcpThe number of packets received and classified as TCP
totalThe total number of packets received
tunnelThe number of packets received and classified as tunneled
udpThe number of packets received and classified as UDP
unicastThe number of unicast packets received
unknown-layer-3-protocol-discardsThe number of packets that were unable to be classified and were dropped
vlanThe number of packets received having a VLAN tag
vrrpThe number of packets received and classified as VRRP

show stats packet-processing classifier received arp#

The number of packets received and classified as ARP

Usage#

show stats packet-processing classifier received arp [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received broadcast#

The number of broadcast packets received

Usage#

show stats packet-processing classifier received broadcast [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received broadcast-mac-allowed#

The number of packets with broadcast destination mac allowed

Usage#

show stats packet-processing classifier received broadcast-mac-allowed [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received broadcast-mac-discards#

The number of packets with broadcast destination mac discards

Usage#

show stats packet-processing classifier received broadcast-mac-discards [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received dhcp#

The number of packets received and classified as DHCP

Usage#

show stats packet-processing classifier received dhcp [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received dhcpv6#

The number of packets received and classified as DHCPv6

Usage#

show stats packet-processing classifier received dhcpv6 [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received discards#

The number of packets dropped due to a failure to classify the packet

Usage#

show stats packet-processing classifier received discards [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received exception#

The number of exceptions caught while classifying packets

Usage#

show stats packet-processing classifier received exception [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received fragmented-icmp-discards#

The number of fragmented ICMP packets discarded

Usage#

show stats packet-processing classifier received fragmented-icmp-discards [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received fragmented-icmpv6-discards#

The number of fragmented ICMPv6 packets discarded

Usage#

show stats packet-processing classifier received fragmented-icmpv6-discards [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received gre#

The number of packets received and classified as GRE

Usage#

show stats packet-processing classifier received gre [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received icmp#

The number of packets received and classified as ICMP

Usage#

show stats packet-processing classifier received icmp [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received icmp-ttl-discards#

The number of ICMP packets dropped due to TTL expiration

Usage#

show stats packet-processing classifier received icmp-ttl-discards [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received icmp-unknown-type-discards#

The number of ICMP packets with unknown type discarded

Usage#

show stats packet-processing classifier received icmp-unknown-type-discards [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received icmpv6#

The number of packets received and classified as ICMPv6

Usage#

show stats packet-processing classifier received icmpv6 [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received icmpv6-hop-limit-discards#

The number of ICMPv6 packets dropped due to hop-limiting

Usage#

show stats packet-processing classifier received icmpv6-hop-limit-discards [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received icmpv6-link-local-discards#

The number of discarded link-local ICMPv6 packets

Usage#

show stats packet-processing classifier received icmpv6-link-local-discards [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received icmpv6-unknown-type-discards#

The number of ICMPv6 packets with unknown type discarded

Usage#

show stats packet-processing classifier received icmpv6-unknown-type-discards [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received igmp#

Stats pertaining to IGMP processing

Usage#

show stats packet-processing classifier received igmp [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
invalidThe number of packets discarded due to invalid type
leaveThe number received IGMP leave messages
queryThe number received IGMP queries
reportThe number received IGMP reports
report-v3The number received IGMP v3 reports
totalThe number of packets received and classified as IGMP

show stats packet-processing classifier received igmp invalid#

The number of packets discarded due to invalid type

Usage#

show stats packet-processing classifier received igmp invalid [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received igmp leave#

The number received IGMP leave messages

Usage#

show stats packet-processing classifier received igmp leave [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received igmp query#

The number received IGMP queries

Usage#

show stats packet-processing classifier received igmp query [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received igmp report#

The number received IGMP reports

Usage#

show stats packet-processing classifier received igmp report [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received igmp report-v3#

The number received IGMP v3 reports

Usage#

show stats packet-processing classifier received igmp report-v3 [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received igmp total#

The number of packets received and classified as IGMP

Usage#

show stats packet-processing classifier received igmp total [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received invalid-header-length#

The number of packets received with an invalid header length

Usage#

show stats packet-processing classifier received invalid-header-length [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received invalid-ipv6#

The number of invalid IPv6 packets received

Usage#

show stats packet-processing classifier received invalid-ipv6 [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received invalid-length#

The number of packets received with an invalid length

Usage#

show stats packet-processing classifier received invalid-length [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received ipv4#

The number of packets received and classified as IPv4

Usage#

show stats packet-processing classifier received ipv4 [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received ipv4-fabric-fragmented#

The number of packets received and classified as IPv4 fabric fragments

Usage#

show stats packet-processing classifier received ipv4-fabric-fragmented [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received ipv4-fragmented#

The number of packets received and classified as IPv4 fragments

Usage#

show stats packet-processing classifier received ipv4-fragmented [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received ipv6#

The number of packets received and classified as IPv6

Usage#

show stats packet-processing classifier received ipv6 [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received ipv6-fabric-fragmented#

The number of packets received and classified as IPv6 fabric fragments

Usage#

show stats packet-processing classifier received ipv6-fabric-fragmented [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received ipv6-fragmented#

The number of packets received and classified as IPv6 fragments

Usage#

show stats packet-processing classifier received ipv6-fragmented [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received is-is#

The number of packets received and classified as IS-IS

Usage#

show stats packet-processing classifier received is-is [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received lacp#

The number of packets received and classified as LACP

Usage#

show stats packet-processing classifier received lacp [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received lldp#

The number of Link Layer Discovery Protocol (LLDP) packets received

Usage#

show stats packet-processing classifier received lldp [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received lldp-discards#

The number of Link Layer Discovery Protocol (LLDP) packets discarded

Usage#

show stats packet-processing classifier received lldp-discards [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received lldp-diverted#

The number of Link Layer Discovery Protocol (LLDP) packets diverted

Usage#

show stats packet-processing classifier received lldp-diverted [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received multicast#

The number of multicast packets received

Usage#

show stats packet-processing classifier received multicast [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received ndp#

The number of packets received and classified as NDP

Usage#

show stats packet-processing classifier received ndp [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received non-ip-protocol-allowed#

The number of non-IP packets allowed

Usage#

show stats packet-processing classifier received non-ip-protocol-allowed [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received ospf#

The number of packets received and classified as OSPF

Usage#

show stats packet-processing classifier received ospf [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received other-layer-4-protocol#

The number of packets received that did not fall into one of the other counted transport-layer types

Usage#

show stats packet-processing classifier received other-layer-4-protocol [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received q-in-q#

The number of packets received and classified as Q-in-Q

Usage#

show stats packet-processing classifier received q-in-q [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received router-advertisement#

The number of packets received and classified as Router Advertisement

Usage#

show stats packet-processing classifier received router-advertisement [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received sctp#

The number of packets received and classified as SCTP

Usage#

show stats packet-processing classifier received sctp [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received spanning-tree-discards#

The number of spanning tree packets discarded

Usage#

show stats packet-processing classifier received spanning-tree-discards [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received tcp#

The number of packets received and classified as TCP

Usage#

show stats packet-processing classifier received tcp [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received total#

The total number of packets received

Usage#

show stats packet-processing classifier received total [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received tunnel#

The number of packets received and classified as tunneled

Usage#

show stats packet-processing classifier received tunnel [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received udp#

The number of packets received and classified as UDP

Usage#

show stats packet-processing classifier received udp [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received unicast#

The number of unicast packets received

Usage#

show stats packet-processing classifier received unicast [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received unknown-layer-3-protocol-discards#

The number of packets that were unable to be classified and were dropped

Usage#

show stats packet-processing classifier received unknown-layer-3-protocol-discards [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received vlan#

The number of packets received having a VLAN tag

Usage#

show stats packet-processing classifier received vlan [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier received vrrp#

The number of packets received and classified as VRRP

Usage#

show stats packet-processing classifier received vrrp [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier sent#

Stats pertaining to the classification of packets sent

Usage#

show stats packet-processing classifier sent [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
arpThe number of ARP packets sent
broadcastThe number of broadcast packets sent
dhcpThe number of DHCP packets sent
dhcpv6The number of DHCPv6 packets sent
greThe number of GRE packets sent
icmpThe number of ICMP packets sent
icmpv6The number of ICMPv6 packets sent
igmpThe number of IGMP packets sent
ipv4The number of IPv4 packets sent
ipv4-fabric-fragmentedThe number of IPv4 fabric fragments sent
ipv4-fragmentedThe number of IPv6 fragments sent
ipv6The number of IPv6 packets sent
ipv6-fabric-fragmentedThe number of IPv6 fabric fragments sent
ipv6-fragmentedThe number of IPv6 fragments sent
is-isThe number of IS-IS packets sent
lacpThe number of LACP packets sent
multicastThe number of multicast packets sent
ndpThe number of NDP packets sent
ospfThe number of OSPF packets sent
other-layer-3-protocolThe number of packets sent that did not fall into one of the other counted network-layer types
other-layer-4-protocolThe number of packets sent that did not fall into one of the other counted transport-layer types
q-in-qThe number of Q-in-Q packets sent
router-advertisementThe number of Router Advertisement packets sent
sctpThe number of SCTP packets sent
tcpThe number of TCP packets sent
totalThe total number of packets that have been sent
tunnelThe number of tunneled packets sent
udpThe number of UDP packets sent
unicastThe number of unicast packets sent
vlanThe number of packets sent with a VLAN tag
vrrpThe number of VRRP packets sent

show stats packet-processing classifier sent arp#

The number of ARP packets sent

Usage#

show stats packet-processing classifier sent arp [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier sent broadcast#

The number of broadcast packets sent

Usage#

show stats packet-processing classifier sent broadcast [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier sent dhcp#

The number of DHCP packets sent

Usage#

show stats packet-processing classifier sent dhcp [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier sent dhcpv6#

The number of DHCPv6 packets sent

Usage#

show stats packet-processing classifier sent dhcpv6 [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier sent gre#

The number of GRE packets sent

Usage#

show stats packet-processing classifier sent gre [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier sent icmp#

The number of ICMP packets sent

Usage#

show stats packet-processing classifier sent icmp [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier sent icmpv6#

The number of ICMPv6 packets sent

Usage#

show stats packet-processing classifier sent icmpv6 [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier sent igmp#

The number of IGMP packets sent

Usage#

show stats packet-processing classifier sent igmp [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier sent ipv4#

The number of IPv4 packets sent

Usage#

show stats packet-processing classifier sent ipv4 [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier sent ipv4-fabric-fragmented#

The number of IPv4 fabric fragments sent

Usage#

show stats packet-processing classifier sent ipv4-fabric-fragmented [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier sent ipv4-fragmented#

The number of IPv6 fragments sent

Usage#

show stats packet-processing classifier sent ipv4-fragmented [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier sent ipv6#

The number of IPv6 packets sent

Usage#

show stats packet-processing classifier sent ipv6 [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier sent ipv6-fabric-fragmented#

The number of IPv6 fabric fragments sent

Usage#

show stats packet-processing classifier sent ipv6-fabric-fragmented [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier sent ipv6-fragmented#

The number of IPv6 fragments sent

Usage#

show stats packet-processing classifier sent ipv6-fragmented [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier sent is-is#

The number of IS-IS packets sent

Usage#

show stats packet-processing classifier sent is-is [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier sent lacp#

The number of LACP packets sent

Usage#

show stats packet-processing classifier sent lacp [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier sent multicast#

The number of multicast packets sent

Usage#

show stats packet-processing classifier sent multicast [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier sent ndp#

The number of NDP packets sent

Usage#

show stats packet-processing classifier sent ndp [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier sent ospf#

The number of OSPF packets sent

Usage#

show stats packet-processing classifier sent ospf [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier sent other-layer-3-protocol#

The number of packets sent that did not fall into one of the other counted network-layer types

Usage#

show stats packet-processing classifier sent other-layer-3-protocol [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier sent other-layer-4-protocol#

The number of packets sent that did not fall into one of the other counted transport-layer types

Usage#

show stats packet-processing classifier sent other-layer-4-protocol [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier sent q-in-q#

The number of Q-in-Q packets sent

Usage#

show stats packet-processing classifier sent q-in-q [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier sent router-advertisement#

The number of Router Advertisement packets sent

Usage#

show stats packet-processing classifier sent router-advertisement [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier sent sctp#

The number of SCTP packets sent

Usage#

show stats packet-processing classifier sent sctp [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier sent tcp#

The number of TCP packets sent

Usage#

show stats packet-processing classifier sent tcp [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier sent total#

The total number of packets that have been sent

Usage#

show stats packet-processing classifier sent total [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier sent tunnel#

The number of tunneled packets sent

Usage#

show stats packet-processing classifier sent tunnel [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier sent udp#

The number of UDP packets sent

Usage#

show stats packet-processing classifier sent udp [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier sent unicast#

The number of unicast packets sent

Usage#

show stats packet-processing classifier sent unicast [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier sent vlan#

The number of packets sent with a VLAN tag

Usage#

show stats packet-processing classifier sent vlan [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing classifier sent vrrp#

The number of VRRP packets sent

Usage#

show stats packet-processing classifier sent vrrp [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing dhcp#

Stats pertaining to DHCP packets in the Fast Lane

Usage#

show stats packet-processing dhcp [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
discardedThe number of DHCP packets discarded
forward-to-derived-interfaceThe number of DHCP packets forwarded to the derived interface hosting DHCP server
forward-to-originating-interfaceThe number of DHCP packets forwarded to the originating interface from DHCP server
received-for-internal-applicationThe number of DHCP packets destined for internal DHCP application

show stats packet-processing dhcp discarded#

The number of DHCP packets discarded

Usage#

show stats packet-processing dhcp discarded [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing dhcp forward-to-derived-interface#

The number of DHCP packets forwarded to the derived interface hosting DHCP server

Usage#

show stats packet-processing dhcp forward-to-derived-interface [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing dhcp forward-to-originating-interface#

The number of DHCP packets forwarded to the originating interface from DHCP server

Usage#

show stats packet-processing dhcp forward-to-originating-interface [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing dhcp received-for-internal-application#

The number of DHCP packets destined for internal DHCP application

Usage#

show stats packet-processing dhcp received-for-internal-application [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing enqueue#

Stats pertaining to packets enqueued in the fast lane

Usage#

show stats packet-processing enqueue [core <core>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
to-deferred-ring-failureThe number of packets dropped due to deferred ring overflow
to-deferred-ring-successThe number of packets enqueued deferred ring
to-worker-core-failureThe number of failures when re-enqueuing packets within the Fast Lane
to-worker-core-successThe number of packets re-enqueued within the Fast Lane

show stats packet-processing enqueue to-deferred-ring-failure#

The number of packets dropped due to deferred ring overflow

Usage#

show stats packet-processing enqueue to-deferred-ring-failure [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing enqueue to-deferred-ring-success#

The number of packets enqueued deferred ring

Usage#

show stats packet-processing enqueue to-deferred-ring-success [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing enqueue to-worker-core-failure#

The number of failures when re-enqueuing packets within the Fast Lane

Usage#

show stats packet-processing enqueue to-worker-core-failure [core <core>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing enqueue to-worker-core-success#

The number of packets re-enqueued within the Fast Lane

Usage#

show stats packet-processing enqueue to-worker-core-success [core <core>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing fib-action#

Summary of stats pertaining to packet processing actions after fib table hit

Usage#

show stats packet-processing fib-action [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
exceptionThe number of exceptions received during packet action processing in the Fast Lane after fib table hit
failureThe number of packets dropped due to an action processing failure after fib table hit
successThe number of packets successfully processed actions after fib table hit

show stats packet-processing fib-action exception#

The number of exceptions received during packet action processing in the Fast Lane after fib table hit

Usage#

show stats packet-processing fib-action exception [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing fib-action failure#

The number of packets dropped due to an action processing failure after fib table hit

Usage#

show stats packet-processing fib-action failure [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing fib-action success#

The number of packets successfully processed actions after fib table hit

Usage#

show stats packet-processing fib-action success [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing flow-action#

Summary of stats pertaining to packet processing actions after flow table hit

Usage#

show stats packet-processing flow-action [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
exceptionThe number of exceptions received during packet action processing in the Fast Lane after flow table hit
failureThe number of packets dropped due to an action processing failure after flow table hit
successThe number of packets successfully processed actions after flow table hit

show stats packet-processing flow-action exception#

The number of exceptions received during packet action processing in the Fast Lane after flow table hit

Usage#

show stats packet-processing flow-action exception [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing flow-action failure#

The number of packets dropped due to an action processing failure after flow table hit

Usage#

show stats packet-processing flow-action failure [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing flow-action success#

The number of packets successfully processed actions after flow table hit

Usage#

show stats packet-processing flow-action success [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing fragmentation#

Stats pertaining to fragmentation and reassembly

Usage#

show stats packet-processing fragmentation [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
receivedStats pertaining to receiving of fragmented packets
sentStats pertaining to generation of fragmented packets

show stats packet-processing fragmentation received#

Stats pertaining to receiving of fragmented packets

Usage#

show stats packet-processing fragmentation received [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
duplicate-first-fragmentThe number of duplicate first fragments
duplicate-last-fragmentThe number of duplicate last fragments
failure-to-reassembleThe number of packets that failed to be reassembled
fragment-chains-discardedThe number of discarded fragment chains
fragment-chains-exceededFailures due to exhaustion of available fragment chains
fragment-chains-timeoutThe number of fragment chains discarded due to timeout
incomplete-fragmentsThe number of incomplete fragments
invalid-length-first-fragmentThe number of first fragments with invalid length
successfully-reassembledThe number of packets successfully reassembled

show stats packet-processing fragmentation received duplicate-first-fragment#

The number of duplicate first fragments

Usage#

show stats packet-processing fragmentation received duplicate-first-fragment [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing fragmentation received duplicate-last-fragment#

The number of duplicate last fragments

Usage#

show stats packet-processing fragmentation received duplicate-last-fragment [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing fragmentation received failure-to-reassemble#

The number of packets that failed to be reassembled

Usage#

show stats packet-processing fragmentation received failure-to-reassemble [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing fragmentation received fragment-chains-discarded#

The number of discarded fragment chains

Usage#

show stats packet-processing fragmentation received fragment-chains-discarded [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing fragmentation received fragment-chains-exceeded#

Failures due to exhaustion of available fragment chains

Usage#

show stats packet-processing fragmentation received fragment-chains-exceeded [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing fragmentation received fragment-chains-timeout#

The number of fragment chains discarded due to timeout

Usage#

show stats packet-processing fragmentation received fragment-chains-timeout [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing fragmentation received incomplete-fragments#

The number of incomplete fragments

Usage#

show stats packet-processing fragmentation received incomplete-fragments [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing fragmentation received invalid-length-first-fragment#

The number of first fragments with invalid length

Usage#

show stats packet-processing fragmentation received invalid-length-first-fragment [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing fragmentation received successfully-reassembled#

The number of packets successfully reassembled

Usage#

show stats packet-processing fragmentation received successfully-reassembled [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing fragmentation sent#

Stats pertaining to generation of fragmented packets

Usage#

show stats packet-processing fragmentation sent [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
fragment-creation-failureThe number of fragment creation failures
ipv4-dont-fragment-dropThe number of jumbo IPv4 don't fragment packets dropped
ipv4-fabric-fragmentsThe number of fabric IPv4 fragmented packets created
ipv4-non-fabric-fragmentsThe number of non-fabric IPv4 fragmented packets created
ipv4-packets-fragmentedThe total number of IPv4 fragmented packets created
ipv6-fabric-fragmentsThe number of fabric IPv6 fragmented packets created
ipv6-mtu-exceeded-dropThe number of IPv6 packets dropped for exceeding egress MTU size
ipv6-non-fabric-fragmentsThe number of non-fabric IPv6 fragmented packets created
ipv6-packets-fragmentedThe total number of IPv6 fragmented packets created
unknown-l2-versionThe number of jumbo packets with an unknown L2 version

show stats packet-processing fragmentation sent fragment-creation-failure#

The number of fragment creation failures

Usage#

show stats packet-processing fragmentation sent fragment-creation-failure [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing fragmentation sent ipv4-dont-fragment-drop#

The number of jumbo IPv4 don't fragment packets dropped

Usage#

show stats packet-processing fragmentation sent ipv4-dont-fragment-drop [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing fragmentation sent ipv4-fabric-fragments#

The number of fabric IPv4 fragmented packets created

Usage#

show stats packet-processing fragmentation sent ipv4-fabric-fragments [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing fragmentation sent ipv4-non-fabric-fragments#

The number of non-fabric IPv4 fragmented packets created

Usage#

show stats packet-processing fragmentation sent ipv4-non-fabric-fragments [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing fragmentation sent ipv4-packets-fragmented#

The total number of IPv4 fragmented packets created

Usage#

show stats packet-processing fragmentation sent ipv4-packets-fragmented [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing fragmentation sent ipv6-fabric-fragments#

The number of fabric IPv6 fragmented packets created

Usage#

show stats packet-processing fragmentation sent ipv6-fabric-fragments [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing fragmentation sent ipv6-mtu-exceeded-drop#

The number of IPv6 packets dropped for exceeding egress MTU size

Usage#

show stats packet-processing fragmentation sent ipv6-mtu-exceeded-drop [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing fragmentation sent ipv6-non-fabric-fragments#

The number of non-fabric IPv6 fragmented packets created

Usage#

show stats packet-processing fragmentation sent ipv6-non-fabric-fragments [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing fragmentation sent ipv6-packets-fragmented#

The total number of IPv6 fragmented packets created

Usage#

show stats packet-processing fragmentation sent ipv6-packets-fragmented [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing fragmentation sent unknown-l2-version#

The number of jumbo packets with an unknown L2 version

Usage#

show stats packet-processing fragmentation sent unknown-l2-version [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing lookup#

Stats pertaining to packet table lookups

Usage#

show stats packet-processing lookup [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
access-policy-tableStats pertaining to the access-policy table
fib-tableStats pertaining to the FIB table
flow-tableStats pertaining to the flow table
icmp-tableStats pertaining to ICMP blackhole function
q-in-q-invalid-vlanThe number of packets dropped due to mismatch of the Q-in-Q VLAN ID
sent-enable-metadata-allocation-failureThe number of enable-metadata packets dropped due to buffer allocation failure
sent-enable-metadata-capacity-failureThe number of enable-metadata packets dropped due to rate-limiting
sent-enable-metadata-hmac-failureThe number of enable-metadata packets dropped due to HMAC apply failure
sent-enable-metadata-successThe number of packets sent back with request to enable metadata
tenant-tableStats pertaining to the tenant table

show stats packet-processing lookup access-policy-table#

Stats pertaining to the access-policy table

Usage#

show stats packet-processing lookup access-policy-table [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
allowThe number of packets allowed that matched 'Allow' rules in the access policy table
denyThe number of packets denied that matched 'Deny' rules in the access policy table
failureThe access-policy table lock failed to be acquired
missThe number of packets that missed rules in the access policy table

show stats packet-processing lookup access-policy-table allow#

The number of packets allowed that matched 'Allow' rules in the access policy table

Usage#

show stats packet-processing lookup access-policy-table allow [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing lookup access-policy-table deny#

The number of packets denied that matched 'Deny' rules in the access policy table

Usage#

show stats packet-processing lookup access-policy-table deny [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing lookup access-policy-table failure#

The access-policy table lock failed to be acquired

Usage#

show stats packet-processing lookup access-policy-table failure [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing lookup access-policy-table miss#

The number of packets that missed rules in the access policy table

Usage#

show stats packet-processing lookup access-policy-table miss [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing lookup fib-table#

Stats pertaining to the FIB table

Usage#

show stats packet-processing lookup fib-table [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
denyThe number of packets denied that matched 'Drop' rules in the fib table
failureThe Fib table lock failed to be acquired
hitThe number of packets that have matched against an entry in the FIB table
missThe number of packets that have not matched any entries in the FIB table

show stats packet-processing lookup fib-table deny#

The number of packets denied that matched 'Drop' rules in the fib table

Usage#

show stats packet-processing lookup fib-table deny [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing lookup fib-table failure#

The Fib table lock failed to be acquired

Usage#

show stats packet-processing lookup fib-table failure [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing lookup fib-table hit#

The number of packets that have matched against an entry in the FIB table

Usage#

show stats packet-processing lookup fib-table hit [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing lookup fib-table miss#

The number of packets that have not matched any entries in the FIB table

Usage#

show stats packet-processing lookup fib-table miss [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing lookup flow-table#

Stats pertaining to the flow table

Usage#

show stats packet-processing lookup flow-table [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
hitThe number of packets that have matched against an entry in the Flow Table
invalidatedThe number of packets that have matched against an entry in the Flow Table that was invalidated
missThe number of packets that have not matched any entries in the Flow Table

show stats packet-processing lookup flow-table hit#

The number of packets that have matched against an entry in the Flow Table

Usage#

show stats packet-processing lookup flow-table hit [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing lookup flow-table invalidated#

The number of packets that have matched against an entry in the Flow Table that was invalidated

Usage#

show stats packet-processing lookup flow-table invalidated [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing lookup flow-table miss#

The number of packets that have not matched any entries in the Flow Table

Usage#

show stats packet-processing lookup flow-table miss [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing lookup icmp-table#

Stats pertaining to ICMP blackhole function

Usage#

show stats packet-processing lookup icmp-table [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
ipv4Statistics for 'ipv4'
ipv6Statistics for 'ipv6'

show stats packet-processing lookup icmp-table ipv4#

Statistics for 'ipv4'

Usage#

show stats packet-processing lookup icmp-table ipv4 [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
allowThe number of allowed received ICMP packets
denyThe number of denied received ICMP packets

show stats packet-processing lookup icmp-table ipv4 allow#

The number of allowed received ICMP packets

Usage#

show stats packet-processing lookup icmp-table ipv4 allow [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing lookup icmp-table ipv4 deny#

The number of denied received ICMP packets

Usage#

show stats packet-processing lookup icmp-table ipv4 deny [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing lookup icmp-table ipv6#

Statistics for 'ipv6'

Usage#

show stats packet-processing lookup icmp-table ipv6 [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
allowThe number of allowed received ICMPv6 packets
denyThe number of denied received ICMPv6 packets

show stats packet-processing lookup icmp-table ipv6 allow#

The number of allowed received ICMPv6 packets

Usage#

show stats packet-processing lookup icmp-table ipv6 allow [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing lookup icmp-table ipv6 deny#

The number of denied received ICMPv6 packets

Usage#

show stats packet-processing lookup icmp-table ipv6 deny [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing lookup q-in-q-invalid-vlan#

The number of packets dropped due to mismatch of the Q-in-Q VLAN ID

Usage#

show stats packet-processing lookup q-in-q-invalid-vlan [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing lookup sent-enable-metadata-allocation-failure#

The number of enable-metadata packets dropped due to buffer allocation failure

Usage#

show stats packet-processing lookup sent-enable-metadata-allocation-failure [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing lookup sent-enable-metadata-capacity-failure#

The number of enable-metadata packets dropped due to rate-limiting

Usage#

show stats packet-processing lookup sent-enable-metadata-capacity-failure [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing lookup sent-enable-metadata-hmac-failure#

The number of enable-metadata packets dropped due to HMAC apply failure

Usage#

show stats packet-processing lookup sent-enable-metadata-hmac-failure [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing lookup sent-enable-metadata-success#

The number of packets sent back with request to enable metadata

Usage#

show stats packet-processing lookup sent-enable-metadata-success [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing lookup tenant-table#

Stats pertaining to the tenant table

Usage#

show stats packet-processing lookup tenant-table [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
failureThe tenant table lock failed to be acquired
hitNumber of matches against the tenant table
missThe number of tenant table misses

show stats packet-processing lookup tenant-table failure#

The tenant table lock failed to be acquired

Usage#

show stats packet-processing lookup tenant-table failure [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing lookup tenant-table hit#

Number of matches against the tenant table

Usage#

show stats packet-processing lookup tenant-table hit [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing lookup tenant-table miss#

The number of tenant table misses

Usage#

show stats packet-processing lookup tenant-table miss [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing received#

Stats pertaining to packets received for processing

Usage#

show stats packet-processing received [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
control-successNumber of control packets recieved
injected-successThe number of packets injected into the fast lane
injected-timeoutThe number of injected packets dropped in fastlane due to excessive queue time
interface-standbyThe number of packets received on the interface while in standby mode.
interface-standby-dropThe number of packets dropped because the interface is in standby mode.
interface-successThe number of packets received from the interface

show stats packet-processing received control-success#

Number of control packets recieved

Usage#

show stats packet-processing received control-success [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing received injected-success#

The number of packets injected into the fast lane

Usage#

show stats packet-processing received injected-success [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing received injected-timeout#

The number of injected packets dropped in fastlane due to excessive queue time

Usage#

show stats packet-processing received injected-timeout [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing received interface-standby#

The number of packets received on the interface while in standby mode.

Usage#

show stats packet-processing received interface-standby [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing received interface-standby-drop#

The number of packets dropped because the interface is in standby mode.

Usage#

show stats packet-processing received interface-standby-drop [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing received interface-success#

The number of packets received from the interface

Usage#

show stats packet-processing received interface-success [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing sent#

Statistics for 'sent'

Usage#

show stats packet-processing sent [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
interface-failureThe number of packets failed to be transmitted on the interface
interface-retryThe number of packet send retry attempts on this interface
interface-standbyThe number of packets transmitted while interface is in standby mode
interface-standby-dropThe number of packets not transmitted because the interface is in standby mode
interface-successThe number of packets transmitted out this interface
interface-unconfigured-dropThe number of packets received and dropped because the interface has not been configured.

show stats packet-processing sent interface-failure#

The number of packets failed to be transmitted on the interface

Usage#

show stats packet-processing sent interface-failure [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing sent interface-retry#

The number of packet send retry attempts on this interface

Usage#

show stats packet-processing sent interface-retry [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing sent interface-standby#

The number of packets transmitted while interface is in standby mode

Usage#

show stats packet-processing sent interface-standby [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing sent interface-standby-drop#

The number of packets not transmitted because the interface is in standby mode

Usage#

show stats packet-processing sent interface-standby-drop [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing sent interface-success#

The number of packets transmitted out this interface

Usage#

show stats packet-processing sent interface-success [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats packet-processing sent interface-unconfigured-drop#

The number of packets received and dropped because the interface has not been configured.

Usage#

show stats packet-processing sent interface-unconfigured-drop [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats path-tree#

Metrics tracking PathTree server and client behavior

Usage#

show stats path-tree [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
clientStatistics for 'client'
serverStatistics for 'server'

show stats path-tree client#

Statistics for 'client'

Usage#

show stats path-tree client [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
receivedStatistics for 'received'
sentStatistics for 'sent'
transactionsStatistics for 'transactions'

show stats path-tree client received#

Statistics for 'received'

Usage#

show stats path-tree client received [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
notificationsStatistics for 'notifications'
responsesStatistics for 'responses'
unknownStatistics for 'unknown'

show stats path-tree client received notifications#

Statistics for 'notifications'

Usage#

show stats path-tree client received notifications [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
durationAverage time to process Notifications on the client (microseconds)
errorThe number of invalid or malformed notification messages received (count)
totalThe number of notification messages received successfully (count)

show stats path-tree client received notifications duration#

Average time to process Notifications on the client (microseconds)

Usage#

show stats path-tree client received notifications duration [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats path-tree client received notifications error#

The number of invalid or malformed notification messages received (count)

Usage#

show stats path-tree client received notifications error [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats path-tree client received notifications total#

The number of notification messages received successfully (count)

Usage#

show stats path-tree client received notifications total [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats path-tree client received responses#

Statistics for 'responses'

Usage#

show stats path-tree client received responses [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
durationAverage time to process transaction responses on the client (microseconds)
errorThe number of invalid or malformed transaction response messages received (count)
totalThe number of transaction response messages received successfully (count)

show stats path-tree client received responses duration#

Average time to process transaction responses on the client (microseconds)

Usage#

show stats path-tree client received responses duration [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats path-tree client received responses error#

The number of invalid or malformed transaction response messages received (count)

Usage#

show stats path-tree client received responses error [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats path-tree client received responses total#

The number of transaction response messages received successfully (count)

Usage#

show stats path-tree client received responses total [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats path-tree client received unknown#

Statistics for 'unknown'

Usage#

show stats path-tree client received unknown [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
totalThe number of unknown message types received (count)

show stats path-tree client received unknown total#

The number of unknown message types received (count)

Usage#

show stats path-tree client received unknown total [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats path-tree client sent#

Statistics for 'sent'

Usage#

show stats path-tree client sent [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
requestsStatistics for 'requests'

show stats path-tree client sent requests#

Statistics for 'requests'

Usage#

show stats path-tree client sent requests [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
errorThe number of transaction request messages that could not be sent (count)
totalThe number of transaction request messages sent successfully (count)

show stats path-tree client sent requests error#

The number of transaction request messages that could not be sent (count)

Usage#

show stats path-tree client sent requests error [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats path-tree client sent requests total#

The number of transaction request messages sent successfully (count)

Usage#

show stats path-tree client sent requests total [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats path-tree client transactions#

Statistics for 'transactions'

Usage#

show stats path-tree client transactions [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
server-latencyAverage latency for the server to process/respond-to transactions (microseconds)

show stats path-tree client transactions server-latency#

Average latency for the server to process/respond-to transactions (microseconds)

Usage#

show stats path-tree client transactions server-latency [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats path-tree server#

Statistics for 'server'

Usage#

show stats path-tree server [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
receivedStatistics for 'received'
sentStatistics for 'sent'
transactionsStatistics for 'transactions'

show stats path-tree server received#

Statistics for 'received'

Usage#

show stats path-tree server received [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
requestsStatistics for 'requests'

show stats path-tree server received requests#

Statistics for 'requests'

Usage#

show stats path-tree server received requests [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
averageThe number of transaction request messages received successfully (count)
errorThe number of invalid or malformed transaction request messages received (count)
ignoredThe number of transaction request messages received but were ignored due to invalid session state (count)
totalThe number of transaction request messages received successfully (count)

show stats path-tree server received requests average#

The number of transaction request messages received successfully (count)

Usage#

show stats path-tree server received requests average [process <process>] [client <client>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
clientThe name of the client within a process generating this metric (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats path-tree server received requests error#

The number of invalid or malformed transaction request messages received (count)

Usage#

show stats path-tree server received requests error [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats path-tree server received requests ignored#

The number of transaction request messages received but were ignored due to invalid session state (count)

Usage#

show stats path-tree server received requests ignored [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats path-tree server received requests total#

The number of transaction request messages received successfully (count)

Usage#

show stats path-tree server received requests total [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats path-tree server sent#

Statistics for 'sent'

Usage#

show stats path-tree server sent [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
responsesStatistics for 'responses'

show stats path-tree server sent responses#

Statistics for 'responses'

Usage#

show stats path-tree server sent responses [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
errorThe number of transaction response messages that could not be sent (count)
totalThe number of transaction response messages sent successfully (count)

show stats path-tree server sent responses error#

The number of transaction response messages that could not be sent (count)

Usage#

show stats path-tree server sent responses error [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats path-tree server sent responses total#

The number of transaction response messages sent successfully (count)

Usage#

show stats path-tree server sent responses total [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats path-tree server transactions#

Statistics for 'transactions'

Usage#

show stats path-tree server transactions [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
connectStatistics for 'connect'
disconnectStatistics for 'disconnect'
listStatistics for 'list'
pingStatistics for 'ping'
publishStatistics for 'publish'
readStatistics for 'read'
removeStatistics for 'remove'
unsubscribeStatistics for 'unsubscribe'
updateStatistics for 'update'

show stats path-tree server transactions connect#

Statistics for 'connect'

Usage#

show stats path-tree server transactions connect [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
durationAverage time to process/respond-to Connect transactions (microseconds)
errorThe number of Connect transactions that could not be processed successfully (count)
processedThe number of successfully processed Connect transactions (count)

show stats path-tree server transactions connect duration#

Average time to process/respond-to Connect transactions (microseconds)

Usage#

show stats path-tree server transactions connect duration [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats path-tree server transactions connect error#

The number of Connect transactions that could not be processed successfully (count)

Usage#

show stats path-tree server transactions connect error [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats path-tree server transactions connect processed#

The number of successfully processed Connect transactions (count)

Usage#

show stats path-tree server transactions connect processed [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats path-tree server transactions disconnect#

Statistics for 'disconnect'

Usage#

show stats path-tree server transactions disconnect [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
durationAverage time to process/respond-to Disconnect transactions (microseconds)
errorThe number of Disconnect transactions that could not be processed successfully (count)
processedThe number of successfully processed Disconnect transactions (count)

show stats path-tree server transactions disconnect duration#

Average time to process/respond-to Disconnect transactions (microseconds)

Usage#

show stats path-tree server transactions disconnect duration [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats path-tree server transactions disconnect error#

The number of Disconnect transactions that could not be processed successfully (count)

Usage#

show stats path-tree server transactions disconnect error [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats path-tree server transactions disconnect processed#

The number of successfully processed Disconnect transactions (count)

Usage#

show stats path-tree server transactions disconnect processed [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats path-tree server transactions list#

Statistics for 'list'

Usage#

show stats path-tree server transactions list [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
durationAverage time to process/respond-to List transactions (microseconds)
errorThe number of List transactions that could not be processed successfully (count)
processedThe number of successfully processed List transactions (count)

show stats path-tree server transactions list duration#

Average time to process/respond-to List transactions (microseconds)

Usage#

show stats path-tree server transactions list duration [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats path-tree server transactions list error#

The number of List transactions that could not be processed successfully (count)

Usage#

show stats path-tree server transactions list error [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats path-tree server transactions list processed#

The number of successfully processed List transactions (count)

Usage#

show stats path-tree server transactions list processed [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats path-tree server transactions ping#

Statistics for 'ping'

Usage#

show stats path-tree server transactions ping [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
durationAverage time to process/respond-to Ping transactions (microseconds)
errorThe number of Ping transactions that could not be processed successfully (count)
processedThe number of successfully processed Ping transactions (count)

show stats path-tree server transactions ping duration#

Average time to process/respond-to Ping transactions (microseconds)

Usage#

show stats path-tree server transactions ping duration [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats path-tree server transactions ping error#

The number of Ping transactions that could not be processed successfully (count)

Usage#

show stats path-tree server transactions ping error [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats path-tree server transactions ping processed#

The number of successfully processed Ping transactions (count)

Usage#

show stats path-tree server transactions ping processed [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats path-tree server transactions publish#

Statistics for 'publish'

Usage#

show stats path-tree server transactions publish [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
durationAverage time to process/respond-to Publish transactions (microseconds)
errorThe number of Publish transactions that could not be processed successfully (count)
processedThe number of successfully processed Publish transactions (count)

show stats path-tree server transactions publish duration#

Average time to process/respond-to Publish transactions (microseconds)

Usage#

show stats path-tree server transactions publish duration [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats path-tree server transactions publish error#

The number of Publish transactions that could not be processed successfully (count)

Usage#

show stats path-tree server transactions publish error [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats path-tree server transactions publish processed#

The number of successfully processed Publish transactions (count)

Usage#

show stats path-tree server transactions publish processed [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats path-tree server transactions read#

Statistics for 'read'

Usage#

show stats path-tree server transactions read [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
durationAverage time to process/respond-to Read transactions (microseconds)
errorThe number of Read transactions that could not be processed successfully (count)
processedThe number of successfully processed Read transactions (count)

show stats path-tree server transactions read duration#

Average time to process/respond-to Read transactions (microseconds)

Usage#

show stats path-tree server transactions read duration [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats path-tree server transactions read error#

The number of Read transactions that could not be processed successfully (count)

Usage#

show stats path-tree server transactions read error [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats path-tree server transactions read processed#

The number of successfully processed Read transactions (count)

Usage#

show stats path-tree server transactions read processed [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats path-tree server transactions remove#

Statistics for 'remove'

Usage#

show stats path-tree server transactions remove [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
durationAverage time to process/respond-to Remove transactions (microseconds)
errorThe number of Remove transactions that could not be processed successfully (count)
processedThe number of successfully processed Remove transactions (count)

show stats path-tree server transactions remove duration#

Average time to process/respond-to Remove transactions (microseconds)

Usage#

show stats path-tree server transactions remove duration [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats path-tree server transactions remove error#

The number of Remove transactions that could not be processed successfully (count)

Usage#

show stats path-tree server transactions remove error [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats path-tree server transactions remove processed#

The number of successfully processed Remove transactions (count)

Usage#

show stats path-tree server transactions remove processed [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats path-tree server transactions unsubscribe#

Statistics for 'unsubscribe'

Usage#

show stats path-tree server transactions unsubscribe [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
durationAverage time to process/respond-to Unsubscribe transactions (microseconds)
errorThe number of Unsubscribe transactions that could not be processed successfully (count)
processedThe number of successfully processed Unsubscribe transactions (count)

show stats path-tree server transactions unsubscribe duration#

Average time to process/respond-to Unsubscribe transactions (microseconds)

Usage#

show stats path-tree server transactions unsubscribe duration [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats path-tree server transactions unsubscribe error#

The number of Unsubscribe transactions that could not be processed successfully (count)

Usage#

show stats path-tree server transactions unsubscribe error [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats path-tree server transactions unsubscribe processed#

The number of successfully processed Unsubscribe transactions (count)

Usage#

show stats path-tree server transactions unsubscribe processed [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats path-tree server transactions update#

Statistics for 'update'

Usage#

show stats path-tree server transactions update [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
durationAverage time to process/respond-to Update transactions (microseconds)
errorThe number of Update transactions that could not be processed successfully (count)
processedThe number of successfully processed Update transactions (count)

show stats path-tree server transactions update duration#

Average time to process/respond-to Update transactions (microseconds)

Usage#

show stats path-tree server transactions update duration [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats path-tree server transactions update error#

The number of Update transactions that could not be processed successfully (count)

Usage#

show stats path-tree server transactions update error [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats path-tree server transactions update processed#

The number of successfully processed Update transactions (count)

Usage#

show stats path-tree server transactions update processed [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats performance-monitoring#

Stats pertaining to 128T peer path performance monitoring

Usage#

show stats performance-monitoring [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [traffic-class <traffic-class>] [protocol <protocol>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
protocolThe protocol for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
peer-pathStatistics for 'peer-path'

show stats performance-monitoring peer-path#

Statistics for 'peer-path'

Usage#

show stats performance-monitoring peer-path [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [traffic-class <traffic-class>] [protocol <protocol>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
protocolThe protocol for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
jitterJitter in milliseconds for the 128T peer path.
latencyLatency in milliseconds for the 128T peer path.
lossPacket loss percentange for the 128T peer path.
mosMOS value calculated for the 128T peer path. (hundreths of a decimal)
updatedThe unix timestamp (seconds) when the peer path's values were last updated.

show stats performance-monitoring peer-path jitter#

Jitter in milliseconds for the 128T peer path.

Usage#

show stats performance-monitoring peer-path jitter [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [traffic-class <traffic-class>] [protocol <protocol>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
protocolThe protocol for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats performance-monitoring peer-path latency#

Latency in milliseconds for the 128T peer path.

Usage#

show stats performance-monitoring peer-path latency [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [traffic-class <traffic-class>] [protocol <protocol>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
protocolThe protocol for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats performance-monitoring peer-path loss#

Packet loss percentange for the 128T peer path.

Usage#

show stats performance-monitoring peer-path loss [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [traffic-class <traffic-class>] [protocol <protocol>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
protocolThe protocol for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats performance-monitoring peer-path mos#

MOS value calculated for the 128T peer path. (hundreths of a decimal)

Usage#

show stats performance-monitoring peer-path mos [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [traffic-class <traffic-class>] [protocol <protocol>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
protocolThe protocol for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats performance-monitoring peer-path updated#

The unix timestamp (seconds) when the peer path's values were last updated.

Usage#

show stats performance-monitoring peer-path updated [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [traffic-class <traffic-class>] [protocol <protocol>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
protocolThe protocol for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats process#

Metrics about 128T processes

Usage#

show stats process [process-name <process-name>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
process-nameThe name of the process (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
cpuMetrics about CPU usage of 128T processes
memoryMetrics about memory usage of 128T processes
queueMetrics about queues within a process
See Also#
commanddescription
show system processesDisplay a table summarizing the statuses of processes.

show stats process cpu#

Metrics about CPU usage of 128T processes

Usage#

show stats process cpu [process-name <process-name>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
process-nameThe name of the process (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
usageCPU percentage used per process
See Also#
commanddescription
show system processesDisplay a table summarizing the statuses of processes.

show stats process cpu usage#

CPU percentage used per process

Usage#

show stats process cpu usage [process-name <process-name>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
process-nameThe name of the process (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show system processesDisplay a table summarizing the statuses of processes.

show stats process memory#

Metrics about memory usage of 128T processes

Usage#

show stats process memory [process-name <process-name>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
process-nameThe name of the process (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
rssResident memory used per process (bytes)
vszVirtual memory used per process (bytes)
See Also#
commanddescription
show system processesDisplay a table summarizing the statuses of processes.

show stats process memory rss#

Resident memory used per process (bytes)

Usage#

show stats process memory rss [process-name <process-name>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
process-nameThe name of the process (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show system processesDisplay a table summarizing the statuses of processes.

show stats process memory vsz#

Virtual memory used per process (bytes)

Usage#

show stats process memory vsz [process-name <process-name>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
process-nameThe name of the process (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show system processesDisplay a table summarizing the statuses of processes.

show stats process queue#

Metrics about queues within a process

Usage#

show stats process queue [process-name <process-name>] [queue-name <queue-name>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
process-nameThe name of the process (comma-separated list)
queue-nameThe name of the queue (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
depthThe number of tasks in a queue waiting to be executed
See Also#
commanddescription
show system processesDisplay a table summarizing the statuses of processes.

show stats process queue depth#

The number of tasks in a queue waiting to be executed

Usage#

show stats process queue depth [process-name <process-name>] [queue-name <queue-name>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
process-nameThe name of the process (comma-separated list)
queue-nameThe name of the queue (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show system processesDisplay a table summarizing the statuses of processes.

show stats redis-server-manager#

Stats pertaining to the Redis Server Manager

Usage#

show stats redis-server-manager [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
redis-server-inactivesThe number of redis server inactive
redis-server-network-flapsThe number of redis server network flaps
redis-session-expirationsThe number of redis session expirations

show stats redis-server-manager redis-server-inactives#

The number of redis server inactive

Usage#

show stats redis-server-manager redis-server-inactives [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redis-server-manager redis-server-network-flaps#

The number of redis server network flaps

Usage#

show stats redis-server-manager redis-server-network-flaps [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redis-server-manager redis-session-expirations#

The number of redis session expirations

Usage#

show stats redis-server-manager redis-session-expirations [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy#

Stats pertaining to the highway manager redundancy

Usage#

show stats redundancy [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
database-connectionStats pertaining to client connection to redundancy database
port-initializationStats pertaining to port database initialization
port-list-recordsStats pertaining to port list operations post initialization
session-deleteNumber of times session entries were deleted from the database
session-errorsStats pertaining to redundancy session errors
session-readsStats pertaining to redundancy session reads from database
session-reconstructionStats pertaining to redundancy session reconstruction
session-refreshNumber of times existing session entries were refreshed in the database
session-writesStats pertaining to redundancy session writes to database
vrrpStats pertaining to VRRP

show stats redundancy database-connection#

Stats pertaining to client connection to redundancy database

Usage#

show stats redundancy database-connection [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
active-connectionsNumber of active client connections to the database
client-disconnectNumber of times successfully disconnected from the database
connectNumber of times successfully established connection to the database
error-disconnectNumber of times disconnected from database due to internal error
errorsNumber of errors reported from the database while connecting/disconnecting
failed-connectNumber of times attempted connection to the database failed

show stats redundancy database-connection active-connections#

Number of active client connections to the database

Usage#

show stats redundancy database-connection active-connections [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy database-connection client-disconnect#

Number of times successfully disconnected from the database

Usage#

show stats redundancy database-connection client-disconnect [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy database-connection connect#

Number of times successfully established connection to the database

Usage#

show stats redundancy database-connection connect [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy database-connection error-disconnect#

Number of times disconnected from database due to internal error

Usage#

show stats redundancy database-connection error-disconnect [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy database-connection errors#

Number of errors reported from the database while connecting/disconnecting

Usage#

show stats redundancy database-connection errors [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy database-connection failed-connect#

Number of times attempted connection to the database failed

Usage#

show stats redundancy database-connection failed-connect [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy port-initialization#

Stats pertaining to port database initialization

Usage#

show stats redundancy port-initialization [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
marker-query-pendingNumber of outstanding marker query to the database
marker-record-foundNumber of times marker record was found in the database
marker-record-not-foundNumber of times marker was not found in the database
marker-record-read-emptyNumber of times empty marker read from the database
marker-record-read-errorNumber of times marker read from the database resulted in error
marker-record-writeNumber of times marker was written to the database
marker-record-write-emptyNumber of times empty marker was written to the database
pending-queriesNumber of pending queries awaiting connection.

show stats redundancy port-initialization marker-query-pending#

Number of outstanding marker query to the database

Usage#

show stats redundancy port-initialization marker-query-pending [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy port-initialization marker-record-found#

Number of times marker record was found in the database

Usage#

show stats redundancy port-initialization marker-record-found [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy port-initialization marker-record-not-found#

Number of times marker was not found in the database

Usage#

show stats redundancy port-initialization marker-record-not-found [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy port-initialization marker-record-read-empty#

Number of times empty marker read from the database

Usage#

show stats redundancy port-initialization marker-record-read-empty [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy port-initialization marker-record-read-error#

Number of times marker read from the database resulted in error

Usage#

show stats redundancy port-initialization marker-record-read-error [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy port-initialization marker-record-write#

Number of times marker was written to the database

Usage#

show stats redundancy port-initialization marker-record-write [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy port-initialization marker-record-write-empty#

Number of times empty marker was written to the database

Usage#

show stats redundancy port-initialization marker-record-write-empty [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy port-initialization pending-queries#

Number of pending queries awaiting connection.

Usage#

show stats redundancy port-initialization pending-queries [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy port-list-records#

Stats pertaining to port list operations post initialization

Usage#

show stats redundancy port-list-records [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
list-record-foundNumber of list record entries found from the database
list-record-not-foundNumber of list record entries not found from the database
list-record-parse-errorNumber of errors while parsing list record entries popped from the database
list-record-pop-errorsNumber of errors while popping list record entries from the database
list-record-pop-failuresNumber of times no records were found in the database
list-record-pop-pendingNumber of list pop query outstanding to the database
list-record-pop-successNumber of list record entries successfully popped from the database
list-record-pushNumber of list record entries pushed to the database

show stats redundancy port-list-records list-record-found#

Number of list record entries found from the database

Usage#

show stats redundancy port-list-records list-record-found [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy port-list-records list-record-not-found#

Number of list record entries not found from the database

Usage#

show stats redundancy port-list-records list-record-not-found [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy port-list-records list-record-parse-error#

Number of errors while parsing list record entries popped from the database

Usage#

show stats redundancy port-list-records list-record-parse-error [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy port-list-records list-record-pop-errors#

Number of errors while popping list record entries from the database

Usage#

show stats redundancy port-list-records list-record-pop-errors [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy port-list-records list-record-pop-failures#

Number of times no records were found in the database

Usage#

show stats redundancy port-list-records list-record-pop-failures [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy port-list-records list-record-pop-pending#

Number of list pop query outstanding to the database

Usage#

show stats redundancy port-list-records list-record-pop-pending [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy port-list-records list-record-pop-success#

Number of list record entries successfully popped from the database

Usage#

show stats redundancy port-list-records list-record-pop-success [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy port-list-records list-record-push#

Number of list record entries pushed to the database

Usage#

show stats redundancy port-list-records list-record-push [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy session-delete#

Number of times session entries were deleted from the database

Usage#

show stats redundancy session-delete [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy session-errors#

Stats pertaining to redundancy session errors

Usage#

show stats redundancy session-errors [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
cache-timeoutsNumber of times packet cache timed out when the database request came back
decode-failuresNumber of times decode fails due to internal errors
fib-lookup-errorNumber of times recovery failed due to fib miss
invalid-buffer-receivedNumber of times invalid buffer was received from database
invalid-session-keyNumber of times invalid session-key was received from database
new-session-creation-failureNumber of times database miss processing resulting in failure to create new session
session-not-foundNumber of times redundancy session was not found in the session table
session-update-failuresNumber of times session update failed
source-lookup-errorNumber of times recovery failed due to source lookup miss
unsupported-featureNumber of times an unsupported feature was attempted

show stats redundancy session-errors cache-timeouts#

Number of times packet cache timed out when the database request came back

Usage#

show stats redundancy session-errors cache-timeouts [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy session-errors decode-failures#

Number of times decode fails due to internal errors

Usage#

show stats redundancy session-errors decode-failures [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy session-errors fib-lookup-error#

Number of times recovery failed due to fib miss

Usage#

show stats redundancy session-errors fib-lookup-error [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy session-errors invalid-buffer-received#

Number of times invalid buffer was received from database

Usage#

show stats redundancy session-errors invalid-buffer-received [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy session-errors invalid-session-key#

Number of times invalid session-key was received from database

Usage#

show stats redundancy session-errors invalid-session-key [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy session-errors new-session-creation-failure#

Number of times database miss processing resulting in failure to create new session

Usage#

show stats redundancy session-errors new-session-creation-failure [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy session-errors session-not-found#

Number of times redundancy session was not found in the session table

Usage#

show stats redundancy session-errors session-not-found [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy session-errors session-update-failures#

Number of times session update failed

Usage#

show stats redundancy session-errors session-update-failures [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy session-errors source-lookup-error#

Number of times recovery failed due to source lookup miss

Usage#

show stats redundancy session-errors source-lookup-error [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy session-errors unsupported-feature#

Number of times an unsupported feature was attempted

Usage#

show stats redundancy session-errors unsupported-feature [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy session-reads#

Stats pertaining to redundancy session reads from database

Usage#

show stats redundancy session-reads [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
create-new-sessionNumber of database miss resulting in new session being created.
net-unreachable-sentNumber of ICMP Network Unreachable packets after query failure.
query-pendingNumber of read queries outstanding to the database
query-result-not-foundNumber of times read query resulted in no entry in the database
query-result-successNumber of times read query resulted in a match in the database
query-result-timeoutNumber of times read query timed out waiting for result from the database
session-key-mismatchNumber of times that Neither forward or reverse key matches the session recovery key.
tcp-reset-sentNumber of times TCP RST sent due to query failure.

show stats redundancy session-reads create-new-session#

Number of database miss resulting in new session being created.

Usage#

show stats redundancy session-reads create-new-session [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy session-reads net-unreachable-sent#

Number of ICMP Network Unreachable packets after query failure.

Usage#

show stats redundancy session-reads net-unreachable-sent [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy session-reads query-pending#

Number of read queries outstanding to the database

Usage#

show stats redundancy session-reads query-pending [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy session-reads query-result-not-found#

Number of times read query resulted in no entry in the database

Usage#

show stats redundancy session-reads query-result-not-found [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy session-reads query-result-success#

Number of times read query resulted in a match in the database

Usage#

show stats redundancy session-reads query-result-success [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy session-reads query-result-timeout#

Number of times read query timed out waiting for result from the database

Usage#

show stats redundancy session-reads query-result-timeout [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy session-reads session-key-mismatch#

Number of times that Neither forward or reverse key matches the session recovery key.

Usage#

show stats redundancy session-reads session-key-mismatch [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy session-reads tcp-reset-sent#

Number of times TCP RST sent due to query failure.

Usage#

show stats redundancy session-reads tcp-reset-sent [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy session-reconstruction#

Stats pertaining to redundancy session reconstruction

Usage#

show stats redundancy session-reconstruction [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
created-inter-node-service-pathsNumber of times inter-node service-path was reconstructed from redundancy buffer
created-inter-router-service-pathsNumber of times inter-router service-path was reconstructed from redundancy buffer
created-local-service-pathsNumber of times local service-path was reconstructed from redundancy buffer
diverted-to-external-protocol-agentNumber of times packets successfully diverted to external-protocol-agent

show stats redundancy session-reconstruction created-inter-node-service-paths#

Number of times inter-node service-path was reconstructed from redundancy buffer

Usage#

show stats redundancy session-reconstruction created-inter-node-service-paths [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy session-reconstruction created-inter-router-service-paths#

Number of times inter-router service-path was reconstructed from redundancy buffer

Usage#

show stats redundancy session-reconstruction created-inter-router-service-paths [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy session-reconstruction created-local-service-paths#

Number of times local service-path was reconstructed from redundancy buffer

Usage#

show stats redundancy session-reconstruction created-local-service-paths [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy session-reconstruction diverted-to-external-protocol-agent#

Number of times packets successfully diverted to external-protocol-agent

Usage#

show stats redundancy session-reconstruction diverted-to-external-protocol-agent [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy session-refresh#

Number of times existing session entries were refreshed in the database

Usage#

show stats redundancy session-refresh [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy session-writes#

Stats pertaining to redundancy session writes to database

Usage#

show stats redundancy session-writes [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
errorsStats pertaining to redundancy session errors
write-request-sentNumber of times write request was sent to the database
write-request-successNumber of times write request was successfully completed on the database

show stats redundancy session-writes errors#

Stats pertaining to redundancy session errors

Usage#

show stats redundancy session-writes errors [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
encode-failuresNumber of times encode failed due to internal errors
errors-from-databaseNumber of times errors were received from database during write operations

show stats redundancy session-writes errors encode-failures#

Number of times encode failed due to internal errors

Usage#

show stats redundancy session-writes errors encode-failures [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy session-writes errors errors-from-database#

Number of times errors were received from database during write operations

Usage#

show stats redundancy session-writes errors errors-from-database [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy session-writes write-request-sent#

Number of times write request was sent to the database

Usage#

show stats redundancy session-writes write-request-sent [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy session-writes write-request-success#

Number of times write request was successfully completed on the database

Usage#

show stats redundancy session-writes write-request-success [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy vrrp#

Stats pertaining to VRRP

Usage#

show stats redundancy vrrp [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
advertisements-droppedNumber of VRRP advertisement packets dropped due to invalid interface
advertisements-receivedNumber of VRRP advertisement packets received
advertisements-sentNumber of VRRP advertisement packets sent
become-backupNumber of times the node has reached backup state
become-masterNumber of times the node has reached master state
become-master-failureNumber of times the node has failed to reach master state
received-invalidNumber of invalid packets received
received-invalid-ttlNumber of packets with invalid TTL received
received-invalid-typeNumber of packets with invalid type received
received-invalid-versionNumber of packets with invalid version received

show stats redundancy vrrp advertisements-dropped#

Number of VRRP advertisement packets dropped due to invalid interface

Usage#

show stats redundancy vrrp advertisements-dropped [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy vrrp advertisements-received#

Number of VRRP advertisement packets received

Usage#

show stats redundancy vrrp advertisements-received [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy vrrp advertisements-sent#

Number of VRRP advertisement packets sent

Usage#

show stats redundancy vrrp advertisements-sent [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy vrrp become-backup#

Number of times the node has reached backup state

Usage#

show stats redundancy vrrp become-backup [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy vrrp become-master#

Number of times the node has reached master state

Usage#

show stats redundancy vrrp become-master [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy vrrp become-master-failure#

Number of times the node has failed to reach master state

Usage#

show stats redundancy vrrp become-master-failure [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy vrrp received-invalid#

Number of invalid packets received

Usage#

show stats redundancy vrrp received-invalid [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy vrrp received-invalid-ttl#

Number of packets with invalid TTL received

Usage#

show stats redundancy vrrp received-invalid-ttl [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy vrrp received-invalid-type#

Number of packets with invalid type received

Usage#

show stats redundancy vrrp received-invalid-type [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats redundancy vrrp received-invalid-version#

Number of packets with invalid version received

Usage#

show stats redundancy vrrp received-invalid-version [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats registered-services#

Stats pertaining to Registered Services

Usage#

show stats registered-services [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
localThe number of local services registered to the SSC
remoteThe number of remote services registered to the SSC
totalThe number of total services registered to the SSC
See Also#
commanddescription
show stats sscMetrics pertaining to the SSC
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats registered-services local#

The number of local services registered to the SSC

Usage#

show stats registered-services local [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats sscMetrics pertaining to the SSC
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats registered-services remote#

The number of remote services registered to the SSC

Usage#

show stats registered-services remote [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats sscMetrics pertaining to the SSC
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats registered-services total#

The number of total services registered to the SSC

Usage#

show stats registered-services total [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats sscMetrics pertaining to the SSC
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats routing#

Stats pertaining to routing

Usage#

show stats routing [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
errorsStats pertaining to routing errors
route-updatesStats pertaining to updating the routing table
routesThe number of active routes

show stats routing errors#

Stats pertaining to routing errors

Usage#

show stats routing errors [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
connectionThe number of client connection errors within the route manager

show stats routing errors connection#

The number of client connection errors within the route manager

Usage#

show stats routing errors connection [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats routing route-updates#

Stats pertaining to updating the routing table

Usage#

show stats routing route-updates [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
receivedStats pertaining to received routing updates
sentStats pertaining to sent routing updates

show stats routing route-updates received#

Stats pertaining to received routing updates

Usage#

show stats routing route-updates received [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
addNumber of add routes received
clear-fibNumber of clear FIB messages received
deleteNumber of delete routes received
end-of-fibNumber of end of FIB messages received
i-am-activeNumber of I am Active messages received
i-am-standbyNumber of I am Standby messages received
totalNumber of route updates received

show stats routing route-updates received add#

Number of add routes received

Usage#

show stats routing route-updates received add [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats routing route-updates received clear-fib#

Number of clear FIB messages received

Usage#

show stats routing route-updates received clear-fib [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats routing route-updates received delete#

Number of delete routes received

Usage#

show stats routing route-updates received delete [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats routing route-updates received end-of-fib#

Number of end of FIB messages received

Usage#

show stats routing route-updates received end-of-fib [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats routing route-updates received i-am-active#

Number of I am Active messages received

Usage#

show stats routing route-updates received i-am-active [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats routing route-updates received i-am-standby#

Number of I am Standby messages received

Usage#

show stats routing route-updates received i-am-standby [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats routing route-updates received total#

Number of route updates received

Usage#

show stats routing route-updates received total [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats routing route-updates sent#

Stats pertaining to sent routing updates

Usage#

show stats routing route-updates sent [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
totalNumber of route updates sent

show stats routing route-updates sent total#

Number of route updates sent

Usage#

show stats routing route-updates sent total [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats routing routes#

The number of active routes

Usage#

show stats routing routes [process <process>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
processThe name of the process generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats routing-agent#

Stats pertaining to the routing agent

Usage#

show stats routing-agent [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
add-routeThe number of routes added by the routing agent
delete-routeThe number of routes deleted by the routing agent
fib-install-errorsThe number of errors encountered when installing FIB entries
fib-meterThe number of installed FIB routes
install-routeThe number of route installs by the routing agent

show stats routing-agent add-route#

The number of routes added by the routing agent

Usage#

show stats routing-agent add-route [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats routing-agent delete-route#

The number of routes deleted by the routing agent

Usage#

show stats routing-agent delete-route [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats routing-agent fib-install-errors#

The number of errors encountered when installing FIB entries

Usage#

show stats routing-agent fib-install-errors [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats routing-agent fib-meter#

The number of installed FIB routes

Usage#

show stats routing-agent fib-meter [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats routing-agent install-route#

The number of route installs by the routing agent

Usage#

show stats routing-agent install-route [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area#

Stats pertaining to the Service Area

Usage#

show stats service-area [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
dhcpStats pertaining to DHCP
receivedStats pertaining to the packets received by the Service Area
sentStats pertaining to the packets sent by the Service Area
session-install-errorsStats pertaining to the errors encountered when installing sessions

show stats service-area dhcp#

Stats pertaining to DHCP

Usage#

show stats service-area dhcp [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
unknown-dropped-packetsThe number of dropped unknown packets
v4Stats pertaining to DHCPv4
v6Stats pertaining to DHCPv6

show stats service-area dhcp unknown-dropped-packets#

The number of dropped unknown packets

Usage#

show stats service-area dhcp unknown-dropped-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v4#

Stats pertaining to DHCPv4

Usage#

show stats service-area dhcp v4 [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
clientStats pertaining to the DHCP Client packets received from the fast lane
relayMetrics pertaining to the DHCP Relay Agent

show stats service-area dhcp v4 client#

Stats pertaining to the DHCP Client packets received from the fast lane

Usage#

show stats service-area dhcp v4 client [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
ackStats pertaining to DHCP Ack message
declineStats pertaining to DHCP Decline message
discoverStats pertaining to DHCP Discover message
dropped-packetsThe number of dropped DHCP packets
nackStats pertaining to DHCP Nack message
offerStats pertaining to DHCP Offer message
processed-packetsThe number of received DHCP packets processed
releaseStats pertaining to DHCP Release message
requestStats pertaining to DHCP Request message
sent-packetsThe number of sent DHCP packets
unknownStats pertaining to unknown DHCP message

show stats service-area dhcp v4 client ack#

Stats pertaining to DHCP Ack message

Usage#

show stats service-area dhcp v4 client ack [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
dropped-packetsThe number of dropped ack packets
processed-packetsThe number of processed ack packets
sent-packetsThe number of ack packets sent

show stats service-area dhcp v4 client ack dropped-packets#

The number of dropped ack packets

Usage#

show stats service-area dhcp v4 client ack dropped-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v4 client ack processed-packets#

The number of processed ack packets

Usage#

show stats service-area dhcp v4 client ack processed-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v4 client ack sent-packets#

The number of ack packets sent

Usage#

show stats service-area dhcp v4 client ack sent-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v4 client decline#

Stats pertaining to DHCP Decline message

Usage#

show stats service-area dhcp v4 client decline [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
dropped-packetsThe number of dropped decline packets
processed-packetsThe number of processed decline packets
sent-packetsThe number of decline packets sent

show stats service-area dhcp v4 client decline dropped-packets#

The number of dropped decline packets

Usage#

show stats service-area dhcp v4 client decline dropped-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v4 client decline processed-packets#

The number of processed decline packets

Usage#

show stats service-area dhcp v4 client decline processed-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v4 client decline sent-packets#

The number of decline packets sent

Usage#

show stats service-area dhcp v4 client decline sent-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v4 client discover#

Stats pertaining to DHCP Discover message

Usage#

show stats service-area dhcp v4 client discover [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
dropped-packetsThe number of dropped discover packets
processed-packetsThe number of processed discover packets
sent-packetsThe number of discover packets sent

show stats service-area dhcp v4 client discover dropped-packets#

The number of dropped discover packets

Usage#

show stats service-area dhcp v4 client discover dropped-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v4 client discover processed-packets#

The number of processed discover packets

Usage#

show stats service-area dhcp v4 client discover processed-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v4 client discover sent-packets#

The number of discover packets sent

Usage#

show stats service-area dhcp v4 client discover sent-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v4 client dropped-packets#

The number of dropped DHCP packets

Usage#

show stats service-area dhcp v4 client dropped-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v4 client nack#

Stats pertaining to DHCP Nack message

Usage#

show stats service-area dhcp v4 client nack [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
dropped-packetsThe number of dropped nack packets
processed-packetsThe number of processed nack packets
sent-packetsThe number of nack packets sent

show stats service-area dhcp v4 client nack dropped-packets#

The number of dropped nack packets

Usage#

show stats service-area dhcp v4 client nack dropped-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v4 client nack processed-packets#

The number of processed nack packets

Usage#

show stats service-area dhcp v4 client nack processed-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v4 client nack sent-packets#

The number of nack packets sent

Usage#

show stats service-area dhcp v4 client nack sent-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v4 client offer#

Stats pertaining to DHCP Offer message

Usage#

show stats service-area dhcp v4 client offer [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
dropped-packetsThe number of dropped offer packets
processed-packetsThe number of processed offer packets
sent-packetsThe number of offer packets sent

show stats service-area dhcp v4 client offer dropped-packets#

The number of dropped offer packets

Usage#

show stats service-area dhcp v4 client offer dropped-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v4 client offer processed-packets#

The number of processed offer packets

Usage#

show stats service-area dhcp v4 client offer processed-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v4 client offer sent-packets#

The number of offer packets sent

Usage#

show stats service-area dhcp v4 client offer sent-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v4 client processed-packets#

The number of received DHCP packets processed

Usage#

show stats service-area dhcp v4 client processed-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v4 client release#

Stats pertaining to DHCP Release message

Usage#

show stats service-area dhcp v4 client release [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
dropped-packetsThe number of dropped release packets
processed-packetsThe number of processed release packets
sent-packetsThe number of release packets sent

show stats service-area dhcp v4 client release dropped-packets#

The number of dropped release packets

Usage#

show stats service-area dhcp v4 client release dropped-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v4 client release processed-packets#

The number of processed release packets

Usage#

show stats service-area dhcp v4 client release processed-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v4 client release sent-packets#

The number of release packets sent

Usage#

show stats service-area dhcp v4 client release sent-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v4 client request#

Stats pertaining to DHCP Request message

Usage#

show stats service-area dhcp v4 client request [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
dropped-packetsThe number of dropped request packets
processed-packetsThe number of processed request packets
sent-packetsThe number of request packets sent

show stats service-area dhcp v4 client request dropped-packets#

The number of dropped request packets

Usage#

show stats service-area dhcp v4 client request dropped-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v4 client request processed-packets#

The number of processed request packets

Usage#

show stats service-area dhcp v4 client request processed-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v4 client request sent-packets#

The number of request packets sent

Usage#

show stats service-area dhcp v4 client request sent-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v4 client sent-packets#

The number of sent DHCP packets

Usage#

show stats service-area dhcp v4 client sent-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v4 client unknown#

Stats pertaining to unknown DHCP message

Usage#

show stats service-area dhcp v4 client unknown [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
dropped-packetsThe number of dropped unknown DHCP packets
processed-packetsThe number of processed unknown DHCP packets
sent-packetsThe number of unknown packets sent

show stats service-area dhcp v4 client unknown dropped-packets#

The number of dropped unknown DHCP packets

Usage#

show stats service-area dhcp v4 client unknown dropped-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v4 client unknown processed-packets#

The number of processed unknown DHCP packets

Usage#

show stats service-area dhcp v4 client unknown processed-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v4 client unknown sent-packets#

The number of unknown packets sent

Usage#

show stats service-area dhcp v4 client unknown sent-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v4 relay#

Metrics pertaining to the DHCP Relay Agent

Usage#

show stats service-area dhcp v4 relay [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
receivedMetrics pertaining to packets received
transmittedMetrics pertaining to packets sent

show stats service-area dhcp v4 relay received#

Metrics pertaining to packets received

Usage#

show stats service-area dhcp v4 relay received [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
invalid-packetsThe number of packets received that were generally invalid
invalid-request-packetsThe number of invalid request packets received
invalid-response-packetsThe number of invalid response packets received
request-packetsThe total number of request packets received from a DHCP client
response-packetsThe total number of response packets received from a DHCP server

show stats service-area dhcp v4 relay received invalid-packets#

The number of packets received that were generally invalid

Usage#

show stats service-area dhcp v4 relay received invalid-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v4 relay received invalid-request-packets#

The number of invalid request packets received

Usage#

show stats service-area dhcp v4 relay received invalid-request-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v4 relay received invalid-response-packets#

The number of invalid response packets received

Usage#

show stats service-area dhcp v4 relay received invalid-response-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v4 relay received request-packets#

The total number of request packets received from a DHCP client

Usage#

show stats service-area dhcp v4 relay received request-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v4 relay received response-packets#

The total number of response packets received from a DHCP server

Usage#

show stats service-area dhcp v4 relay received response-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v4 relay transmitted#

Metrics pertaining to packets sent

Usage#

show stats service-area dhcp v4 relay transmitted [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
request-packetsThe number of request packets sent to a DHCP server
response-packetsThe number of response packets sent to a DHCP client

show stats service-area dhcp v4 relay transmitted request-packets#

The number of request packets sent to a DHCP server

Usage#

show stats service-area dhcp v4 relay transmitted request-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v4 relay transmitted response-packets#

The number of response packets sent to a DHCP client

Usage#

show stats service-area dhcp v4 relay transmitted response-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v6#

Stats pertaining to DHCPv6

Usage#

show stats service-area dhcp v6 [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
clientStats pertaining to the DHCPv6 Client
router-advertisement-serverMetrics pertaining to the Router Advertisement Server

show stats service-area dhcp v6 client#

Stats pertaining to the DHCPv6 Client

Usage#

show stats service-area dhcp v6 client [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
client-requestThe number of DHCPv6 client request packets received/sent
router-advertisementThe number of router advertisement packets received/sent/dropped
router-solicitationThe number of router solicitation packets received/sent
server-replyThe number of DHCPv6 server reply packets received/sent/dropped
unknown-dropped-from-applicationThe number of unknown packets dropped from application

show stats service-area dhcp v6 client client-request#

The number of DHCPv6 client request packets received/sent

Usage#

show stats service-area dhcp v6 client client-request [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
received-from-applicationThe number of DHCPv6 client request packets received from application
sent-to-fast-laneThe number of DHCPv6 client request packets sent to fast lane

show stats service-area dhcp v6 client client-request received-from-application#

The number of DHCPv6 client request packets received from application

Usage#

show stats service-area dhcp v6 client client-request received-from-application [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v6 client client-request sent-to-fast-lane#

The number of DHCPv6 client request packets sent to fast lane

Usage#

show stats service-area dhcp v6 client client-request sent-to-fast-lane [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v6 client router-advertisement#

The number of router advertisement packets received/sent/dropped

Usage#

show stats service-area dhcp v6 client router-advertisement [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
dropped-from-applicationThe number of router advertisement packets dropped from application
received-from-fast-laneThe number of router advertisement packets received from fast lane
sent-to-applicationThe number of router advertisement packets sent to application

show stats service-area dhcp v6 client router-advertisement dropped-from-application#

The number of router advertisement packets dropped from application

Usage#

show stats service-area dhcp v6 client router-advertisement dropped-from-application [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v6 client router-advertisement received-from-fast-lane#

The number of router advertisement packets received from fast lane

Usage#

show stats service-area dhcp v6 client router-advertisement received-from-fast-lane [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v6 client router-advertisement sent-to-application#

The number of router advertisement packets sent to application

Usage#

show stats service-area dhcp v6 client router-advertisement sent-to-application [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v6 client router-solicitation#

The number of router solicitation packets received/sent

Usage#

show stats service-area dhcp v6 client router-solicitation [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
received-from-applicationThe number of router solicitation packets received from application
sent-to-fast-laneThe number of router solicitation packets sent to fast lane

show stats service-area dhcp v6 client router-solicitation received-from-application#

The number of router solicitation packets received from application

Usage#

show stats service-area dhcp v6 client router-solicitation received-from-application [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v6 client router-solicitation sent-to-fast-lane#

The number of router solicitation packets sent to fast lane

Usage#

show stats service-area dhcp v6 client router-solicitation sent-to-fast-lane [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v6 client server-reply#

The number of DHCPv6 server reply packets received/sent/dropped

Usage#

show stats service-area dhcp v6 client server-reply [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
dropped-from-applicationThe number of DHCPv6 server reply packets dropped from application
received-from-fast-laneThe number of DHCPv6 server reply packets received from fast lane
sent-to-applicationThe number of DHCPv6 server reply packets sent to application

show stats service-area dhcp v6 client server-reply dropped-from-application#

The number of DHCPv6 server reply packets dropped from application

Usage#

show stats service-area dhcp v6 client server-reply dropped-from-application [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v6 client server-reply received-from-fast-lane#

The number of DHCPv6 server reply packets received from fast lane

Usage#

show stats service-area dhcp v6 client server-reply received-from-fast-lane [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v6 client server-reply sent-to-application#

The number of DHCPv6 server reply packets sent to application

Usage#

show stats service-area dhcp v6 client server-reply sent-to-application [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v6 client unknown-dropped-from-application#

The number of unknown packets dropped from application

Usage#

show stats service-area dhcp v6 client unknown-dropped-from-application [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v6 router-advertisement-server#

Metrics pertaining to the Router Advertisement Server

Usage#

show stats service-area dhcp v6 router-advertisement-server [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
client-requestThe number of DHCPv6 client request packets dropped
router-advertisementThe number of router advertisement packets received/sent
router-solicitationThe number of router solicitation packets received/sent/dropped
server-replyThe number of DHCPv6 server reply packets dropped
unknown-dropped-from-applicationThe number of unknown packets dropped from application

show stats service-area dhcp v6 router-advertisement-server client-request#

The number of DHCPv6 client request packets dropped

Usage#

show stats service-area dhcp v6 router-advertisement-server client-request [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
dropped-from-applicationThe number of DHCPv6 client request packets dropped from application

show stats service-area dhcp v6 router-advertisement-server client-request dropped-from-application#

The number of DHCPv6 client request packets dropped from application

Usage#

show stats service-area dhcp v6 router-advertisement-server client-request dropped-from-application [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v6 router-advertisement-server router-advertisement#

The number of router advertisement packets received/sent

Usage#

show stats service-area dhcp v6 router-advertisement-server router-advertisement [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
received-from-applicationThe number of router advertisement packets received from application
sent-to-fast-laneThe number of router advertisement packets sent to fast lane

show stats service-area dhcp v6 router-advertisement-server router-advertisement received-from-application#

The number of router advertisement packets received from application

Usage#

show stats service-area dhcp v6 router-advertisement-server router-advertisement received-from-application [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v6 router-advertisement-server router-advertisement sent-to-fast-lane#

The number of router advertisement packets sent to fast lane

Usage#

show stats service-area dhcp v6 router-advertisement-server router-advertisement sent-to-fast-lane [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v6 router-advertisement-server router-solicitation#

The number of router solicitation packets received/sent/dropped

Usage#

show stats service-area dhcp v6 router-advertisement-server router-solicitation [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
dropped-from-applicationThe number of router solicitation packets dropped from application
received-from-fast-laneThe number of router solicitation packets received from fast lane
sent-to-applicationThe number of router solicitation packets sent to application

show stats service-area dhcp v6 router-advertisement-server router-solicitation dropped-from-application#

The number of router solicitation packets dropped from application

Usage#

show stats service-area dhcp v6 router-advertisement-server router-solicitation dropped-from-application [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v6 router-advertisement-server router-solicitation received-from-fast-lane#

The number of router solicitation packets received from fast lane

Usage#

show stats service-area dhcp v6 router-advertisement-server router-solicitation received-from-fast-lane [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v6 router-advertisement-server router-solicitation sent-to-application#

The number of router solicitation packets sent to application

Usage#

show stats service-area dhcp v6 router-advertisement-server router-solicitation sent-to-application [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v6 router-advertisement-server server-reply#

The number of DHCPv6 server reply packets dropped

Usage#

show stats service-area dhcp v6 router-advertisement-server server-reply [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
dropped-from-applicationThe number of DHCPv6 server reply packets dropped from application

show stats service-area dhcp v6 router-advertisement-server server-reply dropped-from-application#

The number of DHCPv6 server reply packets dropped from application

Usage#

show stats service-area dhcp v6 router-advertisement-server server-reply dropped-from-application [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area dhcp v6 router-advertisement-server unknown-dropped-from-application#

The number of unknown packets dropped from application

Usage#

show stats service-area dhcp v6 router-advertisement-server unknown-dropped-from-application [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received#

Stats pertaining to the packets received by the Service Area

Usage#

show stats service-area received [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
adaptive-encryption-modify-packetsNumber of packets received for flows requiring modification for adaptive encryption
application-identification-classification-updateNumber of session updated with Application Identification classification
application-identification-modify-for-deny-packetsNumber of packets received that will be rejected due to Access Policy Deny after Application Identification
application-identification-modify-packetsNumber of packets received for flows requiring modification for Application Identification
collision-modify-packetsNumber of packets received for flows requiring modification by the Service Area
dropped-icmp-request-packet-blackholeNumber of ICMP Request packets dropped because egress interface has ICMP blackhole enabled
dropped-icmp-request-packet-no-egressNumber of ICMP Request packets dropped during session creation when egress interface is missing
dropped-ingress-interface-not-foundNumber of packets that are dropped as ingress interface was not found in config
dropped-packetsNumber of packets dropped by the Service Area due to an error
dropped-tap-multiplex-recovery-packetsNumber of reverse metadata packets dropped during recovery of a tap multiplexing session
duplicate-reverse-metadata-packetsNumber of duplicate reverse metadata packets received
empty-reverse-metadata-packetsNumber of empty reverse metadata packets received
existing-flowsThe number of packets received that already have a matching flow
existing-sessionNumber of packets matching an existing session
existing-session-reverse-metadata-packetsNumber of reverse metadata packets received with key that matches another session
external-protocol-agent-packetsNumber of external protocol agent packets to be redirected
fabric-packetsThe number of packets received in the Service Area from within the Fabric
fib-bad-shared-mem-entryNumber of packets that had an invalid shared memory entry for fib lookup
flow-bad-shared-mem-entryNumber of packets that had an invalid shared memory entry for flow lookup
flow-expired-reverse-metadata-packetsNumber of reverse metadata packets received with no matching flow
flow-move-packetsNumber of packets received for flows requiring modification to use a better path
hierarchical-service-validationStats pertaining to hierarchical service packet validation
invalid-reverse-flow-modifyNumber of packets that are dropped when they match a reverse flow which needs to be modified in service area
invalid-reverse-metadata-packetsNumber of invalid reverse metadata packets received
mid-flow-modify-packetsNumber of packets received for flows requiring modification by the Service Area
no-fib-entryNumber of packets that did not match a FIB entry
non-fabric-packetsThe number of packets received in the Service Area from outside the Fabric
packets-with-stale-flow-hitNumber of packets that are dropped when received after a flow hit and have no associated sessions with it
packets-with-stale-reverse-metadataNumber of packets that are dropped when received with stale reverse metadata and have no associated flows with it
reverse-metadata-process-failureNumber of reverse metadata packets that could not be processed
session-collision-change-directionNumber of packets matching an existing session that force a change in session direction
session-collision-ignore-dropNumber of packets matching an existing session are dropped because of a mismatched service
session-collision-ignoredNumber of packets matching an existing session that do not require any changes to the session
session-collision-same-directionNumber of packets matching an existing session with both sessions going in the same direction
session-ignored-reverse-metadata-packetsNumber of reverse metadata packets that are ignored when received from another router
session-updated-reverse-metadata-packetsNumber of reverse metadata packets that updated the session
source-lookup-bad-shared-mem-entryNumber of packets that had an invalid shared memory entry for source lookup
update-flow-with-peer-failureNumber of reverse metadata packets that failed to update flow with destination peer
update-flow-with-peer-successNumber of reverse metadata packets that updated flow with destination peer
update-session-with-peer-failureNumber of reverse metadata packets that failed to update session with destination peer
update-session-with-peer-successNumber of reverse metadata packets that updated session with destination peer
valid-reverse-metadata-packetsNumber of valid reverse metadata packets received

show stats service-area received adaptive-encryption-modify-packets#

Number of packets received for flows requiring modification for adaptive encryption

Usage#

show stats service-area received adaptive-encryption-modify-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received application-identification-classification-update#

Number of session updated with Application Identification classification

Usage#

show stats service-area received application-identification-classification-update [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received application-identification-modify-for-deny-packets#

Number of packets received that will be rejected due to Access Policy Deny after Application Identification

Usage#

show stats service-area received application-identification-modify-for-deny-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received application-identification-modify-packets#

Number of packets received for flows requiring modification for Application Identification

Usage#

show stats service-area received application-identification-modify-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received collision-modify-packets#

Number of packets received for flows requiring modification by the Service Area

Usage#

show stats service-area received collision-modify-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received dropped-icmp-request-packet-blackhole#

Number of ICMP Request packets dropped because egress interface has ICMP blackhole enabled

Usage#

show stats service-area received dropped-icmp-request-packet-blackhole [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received dropped-icmp-request-packet-no-egress#

Number of ICMP Request packets dropped during session creation when egress interface is missing

Usage#

show stats service-area received dropped-icmp-request-packet-no-egress [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received dropped-ingress-interface-not-found#

Number of packets that are dropped as ingress interface was not found in config

Usage#

show stats service-area received dropped-ingress-interface-not-found [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received dropped-packets#

Number of packets dropped by the Service Area due to an error

Usage#

show stats service-area received dropped-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received dropped-tap-multiplex-recovery-packets#

Number of reverse metadata packets dropped during recovery of a tap multiplexing session

Usage#

show stats service-area received dropped-tap-multiplex-recovery-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received duplicate-reverse-metadata-packets#

Number of duplicate reverse metadata packets received

Usage#

show stats service-area received duplicate-reverse-metadata-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received empty-reverse-metadata-packets#

Number of empty reverse metadata packets received

Usage#

show stats service-area received empty-reverse-metadata-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received existing-flows#

The number of packets received that already have a matching flow

Usage#

show stats service-area received existing-flows [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received existing-session#

Number of packets matching an existing session

Usage#

show stats service-area received existing-session [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received existing-session-reverse-metadata-packets#

Number of reverse metadata packets received with key that matches another session

Usage#

show stats service-area received existing-session-reverse-metadata-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received external-protocol-agent-packets#

Number of external protocol agent packets to be redirected

Usage#

show stats service-area received external-protocol-agent-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received fabric-packets#

The number of packets received in the Service Area from within the Fabric

Usage#

show stats service-area received fabric-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received fib-bad-shared-mem-entry#

Number of packets that had an invalid shared memory entry for fib lookup

Usage#

show stats service-area received fib-bad-shared-mem-entry [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received flow-bad-shared-mem-entry#

Number of packets that had an invalid shared memory entry for flow lookup

Usage#

show stats service-area received flow-bad-shared-mem-entry [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received flow-expired-reverse-metadata-packets#

Number of reverse metadata packets received with no matching flow

Usage#

show stats service-area received flow-expired-reverse-metadata-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received flow-move-packets#

Number of packets received for flows requiring modification to use a better path

Usage#

show stats service-area received flow-move-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received hierarchical-service-validation#

Stats pertaining to hierarchical service packet validation

Usage#

show stats service-area received hierarchical-service-validation [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
failureStats pertaining to hierarchical service packet validation failure
successNumber of hierarchical service packet validation success

show stats service-area received hierarchical-service-validation failure#

Stats pertaining to hierarchical service packet validation failure

Usage#

show stats service-area received hierarchical-service-validation failure [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
access-deniedNumber of hierarchical service packet validation failures due to access policy deny
missing-forward-session-keyNumber of hierarchical service packet validation failures due to missing forward session key in metadata
missing-source-tenantNumber of hierarchical service packet validation failures due to missing source tenant in metadata
service-not-foundNumber of hierarchical service packet validation failures due to local service not found
service-not-relatedNumber of hierarchical service packet validation failures due to local service not related
totalNumber of hierarchical service packet validation failures in total

show stats service-area received hierarchical-service-validation failure access-denied#

Number of hierarchical service packet validation failures due to access policy deny

Usage#

show stats service-area received hierarchical-service-validation failure access-denied [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received hierarchical-service-validation failure missing-forward-session-key#

Number of hierarchical service packet validation failures due to missing forward session key in metadata

Usage#

show stats service-area received hierarchical-service-validation failure missing-forward-session-key [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received hierarchical-service-validation failure missing-source-tenant#

Number of hierarchical service packet validation failures due to missing source tenant in metadata

Usage#

show stats service-area received hierarchical-service-validation failure missing-source-tenant [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received hierarchical-service-validation failure service-not-found#

Number of hierarchical service packet validation failures due to local service not found

Usage#

show stats service-area received hierarchical-service-validation failure service-not-found [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received hierarchical-service-validation failure service-not-related#

Number of hierarchical service packet validation failures due to local service not related

Usage#

show stats service-area received hierarchical-service-validation failure service-not-related [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received hierarchical-service-validation failure total#

Number of hierarchical service packet validation failures in total

Usage#

show stats service-area received hierarchical-service-validation failure total [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received hierarchical-service-validation success#

Number of hierarchical service packet validation success

Usage#

show stats service-area received hierarchical-service-validation success [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received invalid-reverse-flow-modify#

Number of packets that are dropped when they match a reverse flow which needs to be modified in service area

Usage#

show stats service-area received invalid-reverse-flow-modify [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received invalid-reverse-metadata-packets#

Number of invalid reverse metadata packets received

Usage#

show stats service-area received invalid-reverse-metadata-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received mid-flow-modify-packets#

Number of packets received for flows requiring modification by the Service Area

Usage#

show stats service-area received mid-flow-modify-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received no-fib-entry#

Number of packets that did not match a FIB entry

Usage#

show stats service-area received no-fib-entry [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received non-fabric-packets#

The number of packets received in the Service Area from outside the Fabric

Usage#

show stats service-area received non-fabric-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received packets-with-stale-flow-hit#

Number of packets that are dropped when received after a flow hit and have no associated sessions with it

Usage#

show stats service-area received packets-with-stale-flow-hit [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received packets-with-stale-reverse-metadata#

Number of packets that are dropped when received with stale reverse metadata and have no associated flows with it

Usage#

show stats service-area received packets-with-stale-reverse-metadata [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received reverse-metadata-process-failure#

Number of reverse metadata packets that could not be processed

Usage#

show stats service-area received reverse-metadata-process-failure [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received session-collision-change-direction#

Number of packets matching an existing session that force a change in session direction

Usage#

show stats service-area received session-collision-change-direction [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received session-collision-ignore-drop#

Number of packets matching an existing session are dropped because of a mismatched service

Usage#

show stats service-area received session-collision-ignore-drop [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received session-collision-ignored#

Number of packets matching an existing session that do not require any changes to the session

Usage#

show stats service-area received session-collision-ignored [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received session-collision-same-direction#

Number of packets matching an existing session with both sessions going in the same direction

Usage#

show stats service-area received session-collision-same-direction [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received session-ignored-reverse-metadata-packets#

Number of reverse metadata packets that are ignored when received from another router

Usage#

show stats service-area received session-ignored-reverse-metadata-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received session-updated-reverse-metadata-packets#

Number of reverse metadata packets that updated the session

Usage#

show stats service-area received session-updated-reverse-metadata-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received source-lookup-bad-shared-mem-entry#

Number of packets that had an invalid shared memory entry for source lookup

Usage#

show stats service-area received source-lookup-bad-shared-mem-entry [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received update-flow-with-peer-failure#

Number of reverse metadata packets that failed to update flow with destination peer

Usage#

show stats service-area received update-flow-with-peer-failure [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received update-flow-with-peer-success#

Number of reverse metadata packets that updated flow with destination peer

Usage#

show stats service-area received update-flow-with-peer-success [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received update-session-with-peer-failure#

Number of reverse metadata packets that failed to update session with destination peer

Usage#

show stats service-area received update-session-with-peer-failure [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received update-session-with-peer-success#

Number of reverse metadata packets that updated session with destination peer

Usage#

show stats service-area received update-session-with-peer-success [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area received valid-reverse-metadata-packets#

Number of valid reverse metadata packets received

Usage#

show stats service-area received valid-reverse-metadata-packets [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area sent#

Stats pertaining to the packets sent by the Service Area

Usage#

show stats service-area sent [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
arp-resolve-failureNumber of packets dropped due to unsuccessful ARP resolution
arp-resolve-pendingNumber of packets enqueued pending ARP resolution
arp-resolve-successNumber of packets sent after successful ARP resolution
successNumber of packets successfully forwarded to the Fast Lane
tcp-reset-for-adaptive-encryption-failureNumber of tcp packets sent due to adaptive encryption setup failure

show stats service-area sent arp-resolve-failure#

Number of packets dropped due to unsuccessful ARP resolution

Usage#

show stats service-area sent arp-resolve-failure [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area sent arp-resolve-pending#

Number of packets enqueued pending ARP resolution

Usage#

show stats service-area sent arp-resolve-pending [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area sent arp-resolve-success#

Number of packets sent after successful ARP resolution

Usage#

show stats service-area sent arp-resolve-success [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area sent success#

Number of packets successfully forwarded to the Fast Lane

Usage#

show stats service-area sent success [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area sent tcp-reset-for-adaptive-encryption-failure#

Number of tcp packets sent due to adaptive encryption setup failure

Usage#

show stats service-area sent tcp-reset-for-adaptive-encryption-failure [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area session-install-errors#

Stats pertaining to the errors encountered when installing sessions

Usage#

show stats service-area session-install-errors [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
duplicate-reverse-flowNumber of flows that failed to be installed due to reverse flow matching an existing flow
fib-lookupNumber of session installation failures due to unsuccessful FIB route lookup
gateway-lookup-failureNumber of session installation failures due to gateway lookup failure
invalid-packetNumber of session installation failures due to invalid packet
service-paths-unavailableNumber of sessions that failed to be installed due to service paths not being available
urpf-check-failureNumber of session installation failures due to uRPF check failure
waypoint-allocationNumber of session installation failures due to waypoint allocation failure

show stats service-area session-install-errors duplicate-reverse-flow#

Number of flows that failed to be installed due to reverse flow matching an existing flow

Usage#

show stats service-area session-install-errors duplicate-reverse-flow [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area session-install-errors fib-lookup#

Number of session installation failures due to unsuccessful FIB route lookup

Usage#

show stats service-area session-install-errors fib-lookup [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area session-install-errors gateway-lookup-failure#

Number of session installation failures due to gateway lookup failure

Usage#

show stats service-area session-install-errors gateway-lookup-failure [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area session-install-errors invalid-packet#

Number of session installation failures due to invalid packet

Usage#

show stats service-area session-install-errors invalid-packet [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area session-install-errors service-paths-unavailable#

Number of sessions that failed to be installed due to service paths not being available

Usage#

show stats service-area session-install-errors service-paths-unavailable [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area session-install-errors urpf-check-failure#

Number of session installation failures due to uRPF check failure

Usage#

show stats service-area session-install-errors urpf-check-failure [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats service-area session-install-errors waypoint-allocation#

Number of session installation failures due to waypoint allocation failure

Usage#

show stats service-area session-install-errors waypoint-allocation [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats session#

Statistics for 'session'

Usage#

show stats session [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
activeTotal number of active sessions
addTotal number of added sessions
added-existingThe number of duplicate flow entries during creation. This is a normal occurrence when a flow cannot be installed before the next packet arrives. The first packet that created the flow has not yet created a flow entry. Subsequent packets will cause this counter to be incremented.
duplicate-session-idThe number of times session creation failed due to duplicate session id
flowStatistics for 'flow'
max-remove-timeout-exceededThe time to remove sessions exceeded maximum allowed.
removeTotal number of removed sessions

show stats session active#

Total number of active sessions

Usage#

show stats session active [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats session add#

Total number of added sessions

Usage#

show stats session add [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats session added-existing#

The number of duplicate flow entries during creation. This is a normal occurrence when a flow cannot be installed before the next packet arrives. The first packet that created the flow has not yet created a flow entry. Subsequent packets will cause this counter to be incremented.

Usage#

show stats session added-existing [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats session duplicate-session-id#

The number of times session creation failed due to duplicate session id

Usage#

show stats session duplicate-session-id [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats session flow#

Statistics for 'flow'

Usage#

show stats session flow [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
activeThe number of active flows
addThe number of flow add failures
removeThe number of flow remove failures

show stats session flow active#

The number of active flows

Usage#

show stats session flow active [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats session flow add#

The number of flow add failures

Usage#

show stats session flow add [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
failureNumber of failures to add flows when out of resources

show stats session flow add failure#

Number of failures to add flows when out of resources

Usage#

show stats session flow add failure [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats session flow remove#

The number of flow remove failures

Usage#

show stats session flow remove [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
failureNumber of Failures removing flows

show stats session flow remove failure#

Number of Failures removing flows

Usage#

show stats session flow remove failure [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats session max-remove-timeout-exceeded#

The time to remove sessions exceeded maximum allowed.

Usage#

show stats session max-remove-timeout-exceeded [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats session remove#

Total number of removed sessions

Usage#

show stats session remove [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats source-nat#

Stats pertaining to source-nat port allocation in highway manager

Usage#

show stats source-nat [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
active-tablesThe number of active source-nat tables
allocate-ports-for-dbThe number of times ports were allocated to db
giid-transition-to-activeThe number of notifications for interface transitioning to active
giid-transition-to-inactiveThe number of notifications for interface transitioning to inactive
inactive-tablesThe number of inactive source-nat tables
reinitialize-ports-in-dbThe number of times ports were renitialized after recovery
release-ports-to-db-failureThe number of times ports were released back to database unsuccessfully
release-ports-to-db-successThe number of times ports were released back to database successfully
reserved-portsThe number of times ports were reserved during recovery

show stats source-nat active-tables#

The number of active source-nat tables

Usage#

show stats source-nat active-tables [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats source-nat allocate-ports-for-db#

The number of times ports were allocated to db

Usage#

show stats source-nat allocate-ports-for-db [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats source-nat giid-transition-to-active#

The number of notifications for interface transitioning to active

Usage#

show stats source-nat giid-transition-to-active [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats source-nat giid-transition-to-inactive#

The number of notifications for interface transitioning to inactive

Usage#

show stats source-nat giid-transition-to-inactive [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats source-nat inactive-tables#

The number of inactive source-nat tables

Usage#

show stats source-nat inactive-tables [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats source-nat reinitialize-ports-in-db#

The number of times ports were renitialized after recovery

Usage#

show stats source-nat reinitialize-ports-in-db [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats source-nat release-ports-to-db-failure#

The number of times ports were released back to database unsuccessfully

Usage#

show stats source-nat release-ports-to-db-failure [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats source-nat release-ports-to-db-success#

The number of times ports were released back to database successfully

Usage#

show stats source-nat release-ports-to-db-success [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats source-nat reserved-ports#

The number of times ports were reserved during recovery

Usage#

show stats source-nat reserved-ports [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats source-tenant#

Stats pertaining to source-tenant table management

Usage#

show stats source-tenant [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
meterThe number of entries in the Source Tenant table

show stats source-tenant meter#

The number of entries in the Source Tenant table

Usage#

show stats source-tenant meter [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats ssc#

Metrics pertaining to the SSC

Usage#

show stats ssc [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
clientsMetrics pertaining to clients of the SSC
operationsMetrics pertaining to operations performed by the SSC
receivedMetrics pertaining to SSC messages received
sessionsMetrics pertaining to SSC transactions
transactionsMetrics pertaining to SSC transactions
transmittedMetrics pertaining to SSC messages transmitted
See Also#
commanddescription
show stats registered-servicesStats pertaining to Registered Services
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats ssc clients#

Metrics pertaining to clients of the SSC

Usage#

show stats ssc clients [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
connectsThe count of connects made to the SSC
disconnectsThe count of disconnects made to the SSC
See Also#
commanddescription
show stats registered-servicesStats pertaining to Registered Services
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats ssc clients connects#

The count of connects made to the SSC

Usage#

show stats ssc clients connects [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats registered-servicesStats pertaining to Registered Services
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats ssc clients disconnects#

The count of disconnects made to the SSC

Usage#

show stats ssc clients disconnects [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats registered-servicesStats pertaining to Registered Services
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats ssc operations#

Metrics pertaining to operations performed by the SSC

Usage#

show stats ssc operations [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
compressionsThe number of compression operations performed
decompressionsThe number of deccompression operations performed
See Also#
commanddescription
show stats registered-servicesStats pertaining to Registered Services
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats ssc operations compressions#

The number of compression operations performed

Usage#

show stats ssc operations compressions [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats registered-servicesStats pertaining to Registered Services
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats ssc operations decompressions#

The number of deccompression operations performed

Usage#

show stats ssc operations decompressions [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats registered-servicesStats pertaining to Registered Services
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats ssc received#

Metrics pertaining to SSC messages received

Usage#

show stats ssc received [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
by-serviceStatistics for 'by-service'
errorsMetrics pertaining to SSC received errors
See Also#
commanddescription
show stats registered-servicesStats pertaining to Registered Services
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats ssc received by-service#

Statistics for 'by-service'

Usage#

show stats ssc received by-service [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceRegistered service type (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
deregistrationsThe number of deregistrations received
publishesThe number of publishes received
registration-updatesThe number of registrations updates received
registrationsThe number of registrations received
requestsThe number of requests received
responsesThe number of responses received
See Also#
commanddescription
show stats registered-servicesStats pertaining to Registered Services
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats ssc received by-service deregistrations#

The number of deregistrations received

Usage#

show stats ssc received by-service deregistrations [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceRegistered service type (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats registered-servicesStats pertaining to Registered Services
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats ssc received by-service publishes#

The number of publishes received

Usage#

show stats ssc received by-service publishes [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceRegistered service type (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats registered-servicesStats pertaining to Registered Services
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats ssc received by-service registration-updates#

The number of registrations updates received

Usage#

show stats ssc received by-service registration-updates [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceRegistered service type (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats registered-servicesStats pertaining to Registered Services
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats ssc received by-service registrations#

The number of registrations received

Usage#

show stats ssc received by-service registrations [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceRegistered service type (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats registered-servicesStats pertaining to Registered Services
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats ssc received by-service requests#

The number of requests received

Usage#

show stats ssc received by-service requests [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceRegistered service type (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats registered-servicesStats pertaining to Registered Services
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats ssc received by-service responses#

The number of responses received

Usage#

show stats ssc received by-service responses [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceRegistered service type (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats registered-servicesStats pertaining to Registered Services
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats ssc received errors#

Metrics pertaining to SSC received errors

Usage#

show stats ssc received errors [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
bad-request-responsesThe number of bad request response messages received
invalid-messageThe number of Invalid messages received
invalid-requestThe number of Invalid requests
no-client-transactionThe number of responses received without a client transaction
no-endpoints-foundThe number of requests received with no endpoints available in system registry
response-not-readyThe number of requests that were not able to be serviced because of outstanding responses
server-error-responsesThe number of server error response messages received
unknown-message-typeThe number of unknown messages received
unknown-ssc-requestThe number of requests received by the local SSC of unknown type
See Also#
commanddescription
show stats registered-servicesStats pertaining to Registered Services
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats ssc received errors bad-request-responses#

The number of bad request response messages received

Usage#

show stats ssc received errors bad-request-responses [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats registered-servicesStats pertaining to Registered Services
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats ssc received errors invalid-message#

The number of Invalid messages received

Usage#

show stats ssc received errors invalid-message [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats registered-servicesStats pertaining to Registered Services
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats ssc received errors invalid-request#

The number of Invalid requests

Usage#

show stats ssc received errors invalid-request [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats registered-servicesStats pertaining to Registered Services
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats ssc received errors no-client-transaction#

The number of responses received without a client transaction

Usage#

show stats ssc received errors no-client-transaction [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats registered-servicesStats pertaining to Registered Services
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats ssc received errors no-endpoints-found#

The number of requests received with no endpoints available in system registry

Usage#

show stats ssc received errors no-endpoints-found [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats registered-servicesStats pertaining to Registered Services
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats ssc received errors response-not-ready#

The number of requests that were not able to be serviced because of outstanding responses

Usage#

show stats ssc received errors response-not-ready [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats registered-servicesStats pertaining to Registered Services
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats ssc received errors server-error-responses#

The number of server error response messages received

Usage#

show stats ssc received errors server-error-responses [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats registered-servicesStats pertaining to Registered Services
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats ssc received errors unknown-message-type#

The number of unknown messages received

Usage#

show stats ssc received errors unknown-message-type [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats registered-servicesStats pertaining to Registered Services
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats ssc received errors unknown-ssc-request#

The number of requests received by the local SSC of unknown type

Usage#

show stats ssc received errors unknown-ssc-request [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats registered-servicesStats pertaining to Registered Services
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats ssc sessions#

Metrics pertaining to SSC transactions

Usage#

show stats ssc sessions [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
activeThe number of active SSC sessions
See Also#
commanddescription
show stats registered-servicesStats pertaining to Registered Services
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats ssc sessions active#

The number of active SSC sessions

Usage#

show stats ssc sessions active [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats registered-servicesStats pertaining to Registered Services
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats ssc transactions#

Metrics pertaining to SSC transactions

Usage#

show stats ssc transactions [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
client-transactionsThe number of created SSC client transactions
errorsMetrics pertaining to SSC received errors
server-transactionsThe number of created SSC server transactions
See Also#
commanddescription
show stats registered-servicesStats pertaining to Registered Services
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats ssc transactions client-transactions#

The number of created SSC client transactions

Usage#

show stats ssc transactions client-transactions [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats registered-servicesStats pertaining to Registered Services
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats ssc transactions errors#

Metrics pertaining to SSC received errors

Usage#

show stats ssc transactions errors [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
insertion-failuresThe number of failed insertions into the transactions table
See Also#
commanddescription
show stats registered-servicesStats pertaining to Registered Services
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats ssc transactions errors insertion-failures#

The number of failed insertions into the transactions table

Usage#

show stats ssc transactions errors insertion-failures [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats registered-servicesStats pertaining to Registered Services
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats ssc transactions server-transactions#

The number of created SSC server transactions

Usage#

show stats ssc transactions server-transactions [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats registered-servicesStats pertaining to Registered Services
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats ssc transmitted#

Metrics pertaining to SSC messages transmitted

Usage#

show stats ssc transmitted [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
by-serviceStatistics for 'by-service'
completed-responsesThe number of responses sent after receiving all responses
errorsStatistics for 'errors'
local-responsesThe number of responses from the local SSC
publish-on-registrationsThe number of publish messages sent after on processing a registration
retransmitted-responsesThe number of responses sent due to retransmitted requests
See Also#
commanddescription
show stats registered-servicesStats pertaining to Registered Services
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats ssc transmitted by-service#

Statistics for 'by-service'

Usage#

show stats ssc transmitted by-service [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceRegistered service type (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
publishesThe number of publishes sent
requestsThe number of requests sent
See Also#
commanddescription
show stats registered-servicesStats pertaining to Registered Services
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats ssc transmitted by-service publishes#

The number of publishes sent

Usage#

show stats ssc transmitted by-service publishes [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceRegistered service type (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats registered-servicesStats pertaining to Registered Services
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats ssc transmitted by-service requests#

The number of requests sent

Usage#

show stats ssc transmitted by-service requests [service <service>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
serviceRegistered service type (comma-separated list)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats registered-servicesStats pertaining to Registered Services
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats ssc transmitted completed-responses#

The number of responses sent after receiving all responses

Usage#

show stats ssc transmitted completed-responses [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats registered-servicesStats pertaining to Registered Services
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats ssc transmitted errors#

Statistics for 'errors'

Usage#

show stats ssc transmitted errors [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
write-failuresThe number of message write failures
See Also#
commanddescription
show stats registered-servicesStats pertaining to Registered Services
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats ssc transmitted errors write-failures#

The number of message write failures

Usage#

show stats ssc transmitted errors write-failures [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats registered-servicesStats pertaining to Registered Services
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats ssc transmitted local-responses#

The number of responses from the local SSC

Usage#

show stats ssc transmitted local-responses [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats registered-servicesStats pertaining to Registered Services
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats ssc transmitted publish-on-registrations#

The number of publish messages sent after on processing a registration

Usage#

show stats ssc transmitted publish-on-registrations [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats registered-servicesStats pertaining to Registered Services
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats ssc transmitted retransmitted-responses#

The number of responses sent due to retransmitted requests

Usage#

show stats ssc transmitted retransmitted-responses [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
See Also#
commanddescription
show stats registered-servicesStats pertaining to Registered Services
show system registryShows registered services from the system services coordinator for the specified process, node or router.

show stats traffic-eng#

Stats pertaining to packets enqueued for traffic engineering

Usage#

show stats traffic-eng [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
device-interfaceStats pertaining to device interface traffic engineering
internal-applicationStats pertaining to traffic engineering stats for internal applications

show stats traffic-eng device-interface#

Stats pertaining to device interface traffic engineering

Usage#

show stats traffic-eng device-interface [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
commonStats pertaining to both device interface and peer path traffic engineering
dequeue-cycle-countThe current dequeue cycle count in traffic engineering (cycles)
enqueue-cycle-countThe current enqueue cycle count in traffic engineering (cycles)
packets-queuedThe current number of packets queued for this device interface
peer-pathStats pertaining to peer path traffic engineering
per-traffic-classStats pertaining to device port traffic engineering per traffic class
scheduler-resetThe number of times the scheduler has been reset

show stats traffic-eng device-interface common#

Stats pertaining to both device interface and peer path traffic engineering

Usage#

show stats traffic-eng device-interface common [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
schedule-failureThe number of packets failed to be scheduled in traffic engineering
schedule-successThe number of packets successfully scheduled in traffic engineering
tracked-buffersThe current number of tracked buffers in the Buffer Pool Protector

show stats traffic-eng device-interface common schedule-failure#

The number of packets failed to be scheduled in traffic engineering

Usage#

show stats traffic-eng device-interface common schedule-failure [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng device-interface common schedule-success#

The number of packets successfully scheduled in traffic engineering

Usage#

show stats traffic-eng device-interface common schedule-success [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng device-interface common tracked-buffers#

The current number of tracked buffers in the Buffer Pool Protector

Usage#

show stats traffic-eng device-interface common tracked-buffers [core <core>] [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng device-interface dequeue-cycle-count#

The current dequeue cycle count in traffic engineering (cycles)

Usage#

show stats traffic-eng device-interface dequeue-cycle-count [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng device-interface enqueue-cycle-count#

The current enqueue cycle count in traffic engineering (cycles)

Usage#

show stats traffic-eng device-interface enqueue-cycle-count [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng device-interface packets-queued#

The current number of packets queued for this device interface

Usage#

show stats traffic-eng device-interface packets-queued [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng device-interface peer-path#

Stats pertaining to peer path traffic engineering

Usage#

show stats traffic-eng device-interface peer-path [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
dequeue-cycle-countThe current dequeue cycle count in traffic engineering for this peer path (cycles)
enqueue-cycle-countThe current enqueue cycle count in traffic engineering for this peer path (cycles)
packets-queuedThe current number of packets queued in traffic engineering for this peer path
per-traffic-classStats pertaining to peer path traffic engineering per traffic class
scheduler-resetThe number of times the scheduler has been reset

show stats traffic-eng device-interface peer-path dequeue-cycle-count#

The current dequeue cycle count in traffic engineering for this peer path (cycles)

Usage#

show stats traffic-eng device-interface peer-path dequeue-cycle-count [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng device-interface peer-path enqueue-cycle-count#

The current enqueue cycle count in traffic engineering for this peer path (cycles)

Usage#

show stats traffic-eng device-interface peer-path enqueue-cycle-count [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng device-interface peer-path packets-queued#

The current number of packets queued in traffic engineering for this peer path

Usage#

show stats traffic-eng device-interface peer-path packets-queued [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng device-interface peer-path per-traffic-class#

Stats pertaining to peer path traffic engineering per traffic class

Usage#

show stats traffic-eng device-interface peer-path per-traffic-class [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
buffer-capacity-exceeded-bytesThe number of bytes failed to be scheduled for transmission due to exceeded buffer capacity for this peer path
buffer-capacity-exceeded-packetsThe number of packets failed to be scheduled for transmission due to exceeded buffer capacity for this peer path
dequeue-aqm-drop-bytesThe number of bytes scheduled for transmission that were dropped due to Active Queue Management for this peer path
dequeue-aqm-drop-packetsThe number of packets scheduled for transmission that were dropped due to Active Queue Management for this peer path
dequeue-max-latency-drop-bytesThe number of bytes scheduled for transmission that were dropped due to excessive latency for this peer path
dequeue-max-latency-drop-packetsThe number of packets scheduled for transmission that were dropped due to excessive latency for this peer path
dequeue-success-bytesThe number of bytes successfully dequeued from the scheduler for transmission for this peer path
dequeue-success-packetsThe number of packets successfully dequeued from the scheduler for transmission for this peer path
schedule-failure-bandwidthTraffic bandwidth dropped by the scheduler for this peer path (bytes per second)
schedule-failure-bytesThe number of bytes failed to be scheduled for transmission due to bandwidth oversubscription for this peer path
schedule-failure-packetsThe number of packets failed to scheduled for transmission due to bandwidth oversubscription for this peer path
schedule-success-bandwidthTraffic bandwidth successfully scheduled for transmission for this peer path (bytes per second)
schedule-success-bytesThe number of bytes successfully scheduled for transmission for this peer path
schedule-success-packetsThe number of packets successfully scheduled for transmission for this peer path

show stats traffic-eng device-interface peer-path per-traffic-class buffer-capacity-exceeded-bytes#

The number of bytes failed to be scheduled for transmission due to exceeded buffer capacity for this peer path

Usage#

show stats traffic-eng device-interface peer-path per-traffic-class buffer-capacity-exceeded-bytes [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng device-interface peer-path per-traffic-class buffer-capacity-exceeded-packets#

The number of packets failed to be scheduled for transmission due to exceeded buffer capacity for this peer path

Usage#

show stats traffic-eng device-interface peer-path per-traffic-class buffer-capacity-exceeded-packets [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng device-interface peer-path per-traffic-class dequeue-aqm-drop-bytes#

The number of bytes scheduled for transmission that were dropped due to Active Queue Management for this peer path

Usage#

show stats traffic-eng device-interface peer-path per-traffic-class dequeue-aqm-drop-bytes [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng device-interface peer-path per-traffic-class dequeue-aqm-drop-packets#

The number of packets scheduled for transmission that were dropped due to Active Queue Management for this peer path

Usage#

show stats traffic-eng device-interface peer-path per-traffic-class dequeue-aqm-drop-packets [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng device-interface peer-path per-traffic-class dequeue-max-latency-drop-bytes#

The number of bytes scheduled for transmission that were dropped due to excessive latency for this peer path

Usage#

show stats traffic-eng device-interface peer-path per-traffic-class dequeue-max-latency-drop-bytes [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng device-interface peer-path per-traffic-class dequeue-max-latency-drop-packets#

The number of packets scheduled for transmission that were dropped due to excessive latency for this peer path

Usage#

show stats traffic-eng device-interface peer-path per-traffic-class dequeue-max-latency-drop-packets [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng device-interface peer-path per-traffic-class dequeue-success-bytes#

The number of bytes successfully dequeued from the scheduler for transmission for this peer path

Usage#

show stats traffic-eng device-interface peer-path per-traffic-class dequeue-success-bytes [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng device-interface peer-path per-traffic-class dequeue-success-packets#

The number of packets successfully dequeued from the scheduler for transmission for this peer path

Usage#

show stats traffic-eng device-interface peer-path per-traffic-class dequeue-success-packets [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng device-interface peer-path per-traffic-class schedule-failure-bandwidth#

Traffic bandwidth dropped by the scheduler for this peer path (bytes per second)

Usage#

show stats traffic-eng device-interface peer-path per-traffic-class schedule-failure-bandwidth [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng device-interface peer-path per-traffic-class schedule-failure-bytes#

The number of bytes failed to be scheduled for transmission due to bandwidth oversubscription for this peer path

Usage#

show stats traffic-eng device-interface peer-path per-traffic-class schedule-failure-bytes [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng device-interface peer-path per-traffic-class schedule-failure-packets#

The number of packets failed to scheduled for transmission due to bandwidth oversubscription for this peer path

Usage#

show stats traffic-eng device-interface peer-path per-traffic-class schedule-failure-packets [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng device-interface peer-path per-traffic-class schedule-success-bandwidth#

Traffic bandwidth successfully scheduled for transmission for this peer path (bytes per second)

Usage#

show stats traffic-eng device-interface peer-path per-traffic-class schedule-success-bandwidth [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng device-interface peer-path per-traffic-class schedule-success-bytes#

The number of bytes successfully scheduled for transmission for this peer path

Usage#

show stats traffic-eng device-interface peer-path per-traffic-class schedule-success-bytes [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng device-interface peer-path per-traffic-class schedule-success-packets#

The number of packets successfully scheduled for transmission for this peer path

Usage#

show stats traffic-eng device-interface peer-path per-traffic-class schedule-success-packets [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng device-interface peer-path scheduler-reset#

The number of times the scheduler has been reset

Usage#

show stats traffic-eng device-interface peer-path scheduler-reset [peer-name <peer-name>] [peer-host <peer-host>] [device-name <device-name>] [vlan <vlan>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
device-nameThe name of the device port for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
peer-hostThe host of the peer generating this metric (comma-separated list)
peer-nameThe name of the peer generating this metric (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
vlanThe vlan for which this metrics was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng device-interface per-traffic-class#

Stats pertaining to device port traffic engineering per traffic class

Usage#

show stats traffic-eng device-interface per-traffic-class [port <port>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
buffer-capacity-exceeded-bytesThe number of bytes failed to be scheduled for transmission due to exceeded buffer capacity
buffer-capacity-exceeded-packetsThe number of packets failed to be scheduled for transmission due to exceeded buffer capacity
dequeue-aqm-drop-bytesThe number of bytes scheduled for transmission that were dropped due to Active Queue Management
dequeue-aqm-drop-packetsThe number of packets scheduled for transmission that were dropped due to Active Queue Management
dequeue-max-latency-drop-bytesThe number of bytes scheduled for transmission that were dropped due to excessive latency
dequeue-max-latency-drop-packetsThe number of packets scheduled for transmission that were dropped due to excessive latency
dequeue-success-bytesThe number of bytes successfully dequeued from the scheduler for transmission
dequeue-success-packetsThe number of packets successfully dequeued from the scheduler for transmission
schedule-failure-bandwidthTraffic bandwidth dropped by the scheduler (bytes per second)
schedule-failure-bytesThe number of bytes failed to be scheduled for transmission due to bandwidth oversubscription
schedule-failure-packetsThe number of packets failed to scheduled for transmission due to bandwidth oversubscription
schedule-success-bandwidthTraffic bandwidth successfully scheduled for transmission (bytes per second)
schedule-success-bytesThe number of bytes successfully scheduled for transmission
schedule-success-packetsThe number of packets successfully scheduled for transmission

show stats traffic-eng device-interface per-traffic-class buffer-capacity-exceeded-bytes#

The number of bytes failed to be scheduled for transmission due to exceeded buffer capacity

Usage#

show stats traffic-eng device-interface per-traffic-class buffer-capacity-exceeded-bytes [port <port>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng device-interface per-traffic-class buffer-capacity-exceeded-packets#

The number of packets failed to be scheduled for transmission due to exceeded buffer capacity

Usage#

show stats traffic-eng device-interface per-traffic-class buffer-capacity-exceeded-packets [port <port>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng device-interface per-traffic-class dequeue-aqm-drop-bytes#

The number of bytes scheduled for transmission that were dropped due to Active Queue Management

Usage#

show stats traffic-eng device-interface per-traffic-class dequeue-aqm-drop-bytes [port <port>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng device-interface per-traffic-class dequeue-aqm-drop-packets#

The number of packets scheduled for transmission that were dropped due to Active Queue Management

Usage#

show stats traffic-eng device-interface per-traffic-class dequeue-aqm-drop-packets [port <port>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng device-interface per-traffic-class dequeue-max-latency-drop-bytes#

The number of bytes scheduled for transmission that were dropped due to excessive latency

Usage#

show stats traffic-eng device-interface per-traffic-class dequeue-max-latency-drop-bytes [port <port>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng device-interface per-traffic-class dequeue-max-latency-drop-packets#

The number of packets scheduled for transmission that were dropped due to excessive latency

Usage#

show stats traffic-eng device-interface per-traffic-class dequeue-max-latency-drop-packets [port <port>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng device-interface per-traffic-class dequeue-success-bytes#

The number of bytes successfully dequeued from the scheduler for transmission

Usage#

show stats traffic-eng device-interface per-traffic-class dequeue-success-bytes [port <port>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng device-interface per-traffic-class dequeue-success-packets#

The number of packets successfully dequeued from the scheduler for transmission

Usage#

show stats traffic-eng device-interface per-traffic-class dequeue-success-packets [port <port>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng device-interface per-traffic-class schedule-failure-bandwidth#

Traffic bandwidth dropped by the scheduler (bytes per second)

Usage#

show stats traffic-eng device-interface per-traffic-class schedule-failure-bandwidth [port <port>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng device-interface per-traffic-class schedule-failure-bytes#

The number of bytes failed to be scheduled for transmission due to bandwidth oversubscription

Usage#

show stats traffic-eng device-interface per-traffic-class schedule-failure-bytes [port <port>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng device-interface per-traffic-class schedule-failure-packets#

The number of packets failed to scheduled for transmission due to bandwidth oversubscription

Usage#

show stats traffic-eng device-interface per-traffic-class schedule-failure-packets [port <port>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng device-interface per-traffic-class schedule-success-bandwidth#

Traffic bandwidth successfully scheduled for transmission (bytes per second)

Usage#

show stats traffic-eng device-interface per-traffic-class schedule-success-bandwidth [port <port>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng device-interface per-traffic-class schedule-success-bytes#

The number of bytes successfully scheduled for transmission

Usage#

show stats traffic-eng device-interface per-traffic-class schedule-success-bytes [port <port>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng device-interface per-traffic-class schedule-success-packets#

The number of packets successfully scheduled for transmission

Usage#

show stats traffic-eng device-interface per-traffic-class schedule-success-packets [port <port>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng device-interface scheduler-reset#

The number of times the scheduler has been reset

Usage#

show stats traffic-eng device-interface scheduler-reset [port <port>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
portThe device interface for which this metric was generated (comma-separated list)
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng internal-application#

Stats pertaining to traffic engineering stats for internal applications

Usage#

show stats traffic-eng internal-application [core <core>] [internal-application <internal-application>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
internal-applicationThe internal application queue name for which this metric was generated (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
per-traffic-classStats pertaining to application traffic engineering per traffic class
schedule-failureThe number of packets failed to be scheduled in traffic engineering
schedule-successThe number of packets successfully scheduled in traffic engineering
scheduler-resetThe number of times scheduler has been reset
sent-retryThe number of packet send retry attempts to the internal application
sent-successThe number of packets successfully sent to the internal application
sent-timeoutThe number of packets dropped due to excess scheduling latency for the internal application

show stats traffic-eng internal-application per-traffic-class#

Stats pertaining to application traffic engineering per traffic class

Usage#

show stats traffic-eng internal-application per-traffic-class [core <core>] [internal-application <internal-application>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
internal-applicationThe internal application queue name for which this metric was generated (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
buffer-capacity-exceeded-packetsThe number of packets failed to be scheduled for transmission due to exceeded buffer capacity for this application
dequeue-aqm-drop-packetsThe number of packets scheduled for transmission that were dropped due to Active Queue Management for this application
dequeue-max-latency-drop-packetsThe number of packets scheduled for transmission that were dropped due to excessive latency for this application
dequeue-success-packetsThe number of packets successfully dequeued from the scheduler for transmission for this application
schedule-failure-packetsThe number of packets failed to scheduled for transmission due to bandwidth oversubscription for this application
schedule-success-packetsThe number of packets successfully scheduled for transmission for this application

show stats traffic-eng internal-application per-traffic-class buffer-capacity-exceeded-packets#

The number of packets failed to be scheduled for transmission due to exceeded buffer capacity for this application

Usage#

show stats traffic-eng internal-application per-traffic-class buffer-capacity-exceeded-packets [core <core>] [internal-application <internal-application>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
internal-applicationThe internal application queue name for which this metric was generated (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng internal-application per-traffic-class dequeue-aqm-drop-packets#

The number of packets scheduled for transmission that were dropped due to Active Queue Management for this application

Usage#

show stats traffic-eng internal-application per-traffic-class dequeue-aqm-drop-packets [core <core>] [internal-application <internal-application>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
internal-applicationThe internal application queue name for which this metric was generated (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng internal-application per-traffic-class dequeue-max-latency-drop-packets#

The number of packets scheduled for transmission that were dropped due to excessive latency for this application

Usage#

show stats traffic-eng internal-application per-traffic-class dequeue-max-latency-drop-packets [core <core>] [internal-application <internal-application>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
internal-applicationThe internal application queue name for which this metric was generated (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng internal-application per-traffic-class dequeue-success-packets#

The number of packets successfully dequeued from the scheduler for transmission for this application

Usage#

show stats traffic-eng internal-application per-traffic-class dequeue-success-packets [core <core>] [internal-application <internal-application>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
internal-applicationThe internal application queue name for which this metric was generated (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng internal-application per-traffic-class schedule-failure-packets#

The number of packets failed to scheduled for transmission due to bandwidth oversubscription for this application

Usage#

show stats traffic-eng internal-application per-traffic-class schedule-failure-packets [core <core>] [internal-application <internal-application>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
internal-applicationThe internal application queue name for which this metric was generated (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng internal-application per-traffic-class schedule-success-packets#

The number of packets successfully scheduled for transmission for this application

Usage#

show stats traffic-eng internal-application per-traffic-class schedule-success-packets [core <core>] [internal-application <internal-application>] [traffic-class <traffic-class>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
internal-applicationThe internal application queue name for which this metric was generated (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
traffic-classThe traffic class for which this metric was generated (comma-separated list)
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng internal-application schedule-failure#

The number of packets failed to be scheduled in traffic engineering

Usage#

show stats traffic-eng internal-application schedule-failure [core <core>] [internal-application <internal-application>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
internal-applicationThe internal application queue name for which this metric was generated (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng internal-application schedule-success#

The number of packets successfully scheduled in traffic engineering

Usage#

show stats traffic-eng internal-application schedule-success [core <core>] [internal-application <internal-application>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
internal-applicationThe internal application queue name for which this metric was generated (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng internal-application scheduler-reset#

The number of times scheduler has been reset

Usage#

show stats traffic-eng internal-application scheduler-reset [core <core>] [internal-application <internal-application>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
internal-applicationThe internal application queue name for which this metric was generated (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng internal-application sent-retry#

The number of packet send retry attempts to the internal application

Usage#

show stats traffic-eng internal-application sent-retry [core <core>] [internal-application <internal-application>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
internal-applicationThe internal application queue name for which this metric was generated (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng internal-application sent-success#

The number of packets successfully sent to the internal application

Usage#

show stats traffic-eng internal-application sent-success [core <core>] [internal-application <internal-application>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
internal-applicationThe internal application queue name for which this metric was generated (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-eng internal-application sent-timeout#

The number of packets dropped due to excess scheduling latency for the internal application

Usage#

show stats traffic-eng internal-application sent-timeout [core <core>] [internal-application <internal-application>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
internal-applicationThe internal application queue name for which this metric was generated (comma-separated list)
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-export#

Stats pertaining to exported traffic events

Usage#

show stats traffic-export [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
enqueue-failureThe number of events that failed to be enqueued for export
error-enqueue-failureThe number of error events that failed to be enqueued for export
rate-limit-exceededThe number of enqueued events that were dropped due to rate limiting
transmitStatistics for 'transmit'

show stats traffic-export enqueue-failure#

The number of events that failed to be enqueued for export

Usage#

show stats traffic-export enqueue-failure [core <core>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-export error-enqueue-failure#

The number of error events that failed to be enqueued for export

Usage#

show stats traffic-export error-enqueue-failure [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-export rate-limit-exceeded#

The number of enqueued events that were dropped due to rate limiting

Usage#

show stats traffic-export rate-limit-exceeded [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-export transmit#

Statistics for 'transmit'

Usage#

show stats traffic-export transmit [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
batchesThe number of event batches successfully exported from the process
failureThe number of events that were not exported due to a transmission error
successThe number of events successfully exported from the process

show stats traffic-export transmit batches#

The number of event batches successfully exported from the process

Usage#

show stats traffic-export transmit batches [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-export transmit failure#

The number of events that were not exported due to a transmission error

Usage#

show stats traffic-export transmit failure [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats traffic-export transmit success#

The number of events successfully exported from the process

Usage#

show stats traffic-export transmit success [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats waypoint#

Stats pertaining to waypoint allocation in highway manager

Usage#

show stats waypoint [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
active-inter-router-tablesThe number of active inter-router waypoint tables
allocate-ports-for-default-range-tablesThe number of times ports were allocated to db for default range tables
allocate-ports-for-range-based-tablesThe number of times ports were allocated to db for range based tables
giid-transition-to-activeThe number of notifications for interface transitioning to active
giid-transition-to-inactiveThe number of notifications for interface transitioning to inactive
inactive-inter-router-tablesThe number of inactive inter-router waypoint tables
reinitialize-ports-in-dbThe number of times ports were renitialized after recovery
release-ports-to-db-failureThe number of times ports were released back to database unsuccessfully
release-ports-to-db-successThe number of times ports were released back to database successfully
reserved-portsThe number of times ports were reserved during recovery

show stats waypoint active-inter-router-tables#

The number of active inter-router waypoint tables

Usage#

show stats waypoint active-inter-router-tables [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats waypoint allocate-ports-for-default-range-tables#

The number of times ports were allocated to db for default range tables

Usage#

show stats waypoint allocate-ports-for-default-range-tables [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats waypoint allocate-ports-for-range-based-tables#

The number of times ports were allocated to db for range based tables

Usage#

show stats waypoint allocate-ports-for-range-based-tables [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats waypoint giid-transition-to-active#

The number of notifications for interface transitioning to active

Usage#

show stats waypoint giid-transition-to-active [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats waypoint giid-transition-to-inactive#

The number of notifications for interface transitioning to inactive

Usage#

show stats waypoint giid-transition-to-inactive [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats waypoint inactive-inter-router-tables#

The number of inactive inter-router waypoint tables

Usage#

show stats waypoint inactive-inter-router-tables [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats waypoint reinitialize-ports-in-db#

The number of times ports were renitialized after recovery

Usage#

show stats waypoint reinitialize-ports-in-db [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats waypoint release-ports-to-db-failure#

The number of times ports were released back to database unsuccessfully

Usage#

show stats waypoint release-ports-to-db-failure [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats waypoint release-ports-to-db-success#

The number of times ports were released back to database successfully

Usage#

show stats waypoint release-ports-to-db-success [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats waypoint reserved-ports#

The number of times ports were reserved during recovery

Usage#

show stats waypoint reserved-ports [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats worker-core#

Stats pertaining to the worker core

Usage#

show stats worker-core [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
aesStats pertaining to AES
caching-loop-exceptionThe number of worker core caching process loop exceptions
control-messages-sentThe number of control messages sent to data cores
packet-processing-utilizationThe utilization percentage of a packet processing core
process-loop-exceptionThe number of worker core process loop exceptions

show stats worker-core aes#

Stats pertaining to AES

Usage#

show stats worker-core aes [core <core>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
contextStats pertaining to AES contexts

show stats worker-core aes context#

Stats pertaining to AES contexts

Usage#

show stats worker-core aes context [core <core>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
createStats pertaining to creation of AES contexts
destroyStats pertaining to destruction of AES contexts

show stats worker-core aes context create#

Stats pertaining to creation of AES contexts

Usage#

show stats worker-core aes context create [core <core>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
failureThe number of failures while creating an AES context
successThe number of AES contexts created successfully

show stats worker-core aes context create failure#

The number of failures while creating an AES context

Usage#

show stats worker-core aes context create failure [core <core>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats worker-core aes context create success#

The number of AES contexts created successfully

Usage#

show stats worker-core aes context create success [core <core>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats worker-core aes context destroy#

Stats pertaining to destruction of AES contexts

Usage#

show stats worker-core aes context destroy [core <core>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Subcommands#
commanddescription
failureThe number of failures while destroying AES context
successThe number of AES contexts destroyed successfully

show stats worker-core aes context destroy failure#

The number of failures while destroying AES context

Usage#

show stats worker-core aes context destroy failure [core <core>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats worker-core aes context destroy success#

The number of AES contexts destroyed successfully

Usage#

show stats worker-core aes context destroy success [core <core>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats worker-core caching-loop-exception#

The number of worker core caching process loop exceptions

Usage#

show stats worker-core caching-loop-exception [core <core>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats worker-core control-messages-sent#

The number of control messages sent to data cores

Usage#

show stats worker-core control-messages-sent [core <core>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats worker-core packet-processing-utilization#

The utilization percentage of a packet processing core

Usage#

show stats worker-core packet-processing-utilization [core <core>] [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
coreThe core number for which this metric was generated (comma-separated list)
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)

show stats worker-core process-loop-exception#

The number of worker core process loop exceptions

Usage#

show stats worker-core process-loop-exception [since <since>] [force] [router <router>] [node <node>] [<verbosity>]
Keyword Arguments#
namedescription
forceSkip confirmation prompt. Only required when targeting all routers
nodeThe name of the node generating this metric
routerThe router for which to display stats (default: <current router>)
sinceThe displayed stats will be calculated as a delta from the given time. The given time can either be a timestamp or a delta, such as 45m, 1d, or 1mo. Providing "launch" ensures that no start time for the delta is set [type: timestamp]
Positional Arguments#
namedescription
verbositydetail | summary | debug (default: detail)
Last updated on